Click or drag to resize

RuntimeServiceRaiseCancelExceptionOnActivityInstanceByName Method

Raise cancel exception(s) on activity instance(s) using activity name

Namespace:  Advantys.Workflow.Web.Services.Processes.Runtime
Assembly:  Advantys.Workflow.Web.Services.Processes.Runtime (in Advantys.Workflow.Web.Services.Processes.Runtime.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public void RaiseCancelExceptionOnActivityInstanceByName(
	int processInstanceId,
	string activityName
)

Parameters

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