RuntimeServiceUpdateProcessInstanceData Method |
Update process instance associated data
Namespace: Advantys.Workflow.Web.Services.Processes.RuntimeAssembly: Advantys.Workflow.Web.Services.Processes.Runtime (in Advantys.Workflow.Web.Services.Processes.Runtime.dll) Version: 5.7.14075.2 (5.7.14075.2)
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