Click or drag to resize

ITestApiOnExecuted Method

Register an action to be invoked when the specific workflow executed.

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
void OnExecuted(
	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