Click or drag to resize

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.21.0.0 (7.21.0.20200909)
Syntax
public void CompleteWebFormActivityInstance(
	int processInstanceId,
	int activityInstanceId,
	string workflowContext
)

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