ITestApiOnExecuting Method

Register an action to be invoked when the specific workflow activity starts executing.

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
void OnExecuting(
	string workflowName,
	string activityName,
	Action action
)

Parameters

workflowName  String
The workflow name.
activityName  String
The activity name.
action  Action
Invoke action.

See Also