Click or drag to resize
RuntimeServiceRaiseCancelExceptionOnActivityInstance Method
Raise cancel exception on an activity instance using its identifier

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 RaiseCancelExceptionOnActivityInstance(
	int processInstanceId,
	int activityInstanceId
)

Parameters

processInstanceId
Type: SystemInt32
The process instance identifier
activityInstanceId
Type: SystemInt32
The activity instance identifier
Remarks
Available since WorkflowGen version: 5.0.33
See Also