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