RuntimeServiceCompleteWebFormActivityInstance Method |
Complete an open action and its paired form archive and form 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 CompleteWebFormActivityInstance(
int processInstanceId,
int activityInstanceId,
string workflowContext
)
Public Sub CompleteWebFormActivityInstance (
processInstanceId As Integer,
activityInstanceId As Integer,
workflowContext As String
)
Parameters
- processInstanceId
- Type: SystemInt32
Request ID of the action to complete. - activityInstanceId
- Type: SystemInt32
ID of the action to complete. - workflowContext
- Type: SystemString
Workflow context with the data to be updated
See Also