ITestApiOnExecuting Method
|
Register an action to be invoked when the specific workflow activity starts executing.
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax void OnExecuting(
string workflowName,
string activityName,
Action action
)
Parameters
- workflowName
- Type: SystemString
The workflow name. - activityName
- Type: SystemString
The activity name. - action
- Type: SystemAction
Invoke action.
See Also