For Each Activity Args
data class ForEachActivityArgs(val activities: Output<List<Any>>, val batchCount: Output<Int>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val isSequential: Output<Boolean>? = null, val items: Output<ExpressionArgs>, val name: Output<String>, val onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, val state: Output<Either<String, ActivityState>>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<ForEachActivityArgs>
This activity is used for iterating over a collection and execute given activities.
Constructors
Link copied to clipboard
fun ForEachActivityArgs(activities: Output<List<Any>>, batchCount: Output<Int>? = null, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, isSequential: Output<Boolean>? = null, items: Output<ExpressionArgs>, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, state: Output<Either<String, ActivityState>>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)