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.15.0.29499 (7.15.0.201904253)
Syntax public void UpdateProcessInstanceData(
int processInstanceId,
string workflowContext
)
Public Sub UpdateProcessInstanceData (
processInstanceId As Integer,
workflowContext As String
)
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