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