ITestApiOnExecuted Method
|
Register an action to be invoked when the specific workflow executed.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxvoid OnExecuted(
string workflowName,
string activityName,
Action action
)
Parameters
- workflowName String
- The workflow name.
- activityName String
- The activity name.
- action Action
- Invoke action.
See Also