ITestApiIsActivityCompleted Method
|
Evaluate whether the activity is completed or not
Examplevar testApi = ctx.Use<ITestApi>();
testApi.IsActivityCompleted("workflowName", "activityName")
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxbool IsActivityCompleted(
string workflowName,
string activityName
)
Parameters
- workflowName String
- Workflow Name
- activityName String
- Activity Name
Return Value
BooleanReturn true if the Activity is completed, otherwise, return false
See Also