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: 6.6.0.0 (6.6.0.0)
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