public static interface TaskState.Loop
| Modifier and Type | Method and Description |
|---|---|
String |
getCollection()
collection object name
|
String |
getCompletionCondition()
completion condition, default nrOfInstances == nrOfCompletedInstances
|
String |
getElementIndexName()
element variable index name, default loopCounter
|
String |
getElementVariableName()
element variable name
|
int |
getParallel()
parallel size, default 1
|
int getParallel()
String getCollection()
String getElementVariableName()
String getElementIndexName()
String getCompletionCondition()
Copyright © 2023 Seata. All rights reserved.