ITest ApiIs Activity Editable Method
Evaluate whether the activity is editable or not
Example
C#
var testApi = ctx.Use<ITestApi>();
testApi.IsActivityEditable("workflowName", "activityName")Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Return true if the Activity is editable, otherwise, return false
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
bool IsActivityEditable(
string workflowName,
string activityName
)Parameters
Return Value
BooleanReturn true if the Activity is editable, otherwise, return false