ITest ApiOn Executed Method
Register an action to be invoked when the specific workflow executed.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
void OnExecuted(
string workflowName,
string activityName,
Action action
)