UntilActivity |
UntilActivity.withActivities(List<Activity> activities) |
Set the activities property: List of activities to execute.
|
UntilActivity |
UntilActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
UntilActivity |
UntilActivity.withDescription(String description) |
Set the description property: Activity description.
|
UntilActivity |
UntilActivity.withExpression(Expression expression) |
Set the expression property: An expression that would evaluate to Boolean.
|
UntilActivity |
UntilActivity.withName(String name) |
Set the name property: Activity name.
|
UntilActivity |
UntilActivity.withTimeout(Object timeout) |
Set the timeout property: Specifies the timeout for the activity to run.
|
UntilActivity |
UntilActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|