Click or drag to resize

RuntimeServiceUpdateProcessInstanceData Method

Update process instance associated data

Namespace:  Advantys.Workflow.Web.Services.Processes.Runtime
Assembly:  Advantys.Workflow.Web.Services.Processes.Runtime (in Advantys.Workflow.Web.Services.Processes.Runtime.dll) Version: 7.18.0.0 (7.18.0.20200311)
Syntax
public void UpdateProcessInstanceData(
	int processInstanceId,
	string workflowContext
)

Parameters

processInstanceId
Type: SystemInt32
Request ID of the associated data to update.
workflowContext
Type: SystemString
Workflow context with the associated data to update.
Remarks
Available since WorkflowGen version:5.6.3

Operation is available to allowed users on open process instances only.

See Also