RuntimeServiceRaiseCancelExceptionOnActivityInstanceByName Method |
Raise cancel exception(s) on activity instance(s) using activity name
Namespace: Advantys.Workflow.Web.Services.Processes.RuntimeAssembly: Advantys.Workflow.Web.Services.Processes.Runtime (in Advantys.Workflow.Web.Services.Processes.Runtime.dll) Version: 6.6.0.0 (6.6.0.0)
Syntaxpublic void RaiseCancelExceptionOnActivityInstanceByName(
int processInstanceId,
string activityName
)
Public Sub RaiseCancelExceptionOnActivityInstanceByName (
processInstanceId As Integer,
activityName As String
)
Parameters
- processInstanceId
- Type: SystemInt32
The process instance identifier - activityName
- Type: SystemString
The activity name
RemarksAvailable since WorkflowGen version: 5.0.33
See Also