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