For Each Activity Response
data class ForEachActivityResponse(val activities: List<Any>, val batchCount: Int? = null, val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val isSequential: Boolean? = null, val items: ExpressionResponse, val name: String, val onInactiveMarkAs: String? = null, val state: String? = null, val type: String, val userProperties: List<UserPropertyResponse>? = null)
This activity is used for iterating over a collection and execute given activities.
Constructors
Link copied to clipboard
fun ForEachActivityResponse(activities: List<Any>, batchCount: Int? = null, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, isSequential: Boolean? = null, items: ExpressionResponse, name: String, onInactiveMarkAs: String? = null, state: String? = null, type: String, userProperties: List<UserPropertyResponse>? = null)