ForEachActivity |
ForEachActivity.withActivities(List<Activity> activities) |
Set the activities property: List of activities to execute .
|
ForEachActivity |
ForEachActivity.withBatchCount(Integer batchCount) |
Set the batchCount property: Batch count to be used for controlling the number of parallel execution (when
isSequential is set to false).
|
ForEachActivity |
ForEachActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
ForEachActivity |
ForEachActivity.withDescription(String description) |
Set the description property: Activity description.
|
ForEachActivity |
ForEachActivity.withIsSequential(Boolean isSequential) |
Set the isSequential property: Should the loop be executed in sequence or in parallel (max 50).
|
ForEachActivity |
ForEachActivity.withItems(Expression items) |
Set the items property: Collection to iterate.
|
ForEachActivity |
ForEachActivity.withName(String name) |
Set the name property: Activity name.
|
ForEachActivity |
ForEachActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|