| Package | Description |
|---|---|
| io.serverlessworkflow.api.functions |
| Modifier and Type | Method and Description |
|---|---|
static SubFlowRef.OnParentComplete |
SubFlowRef.OnParentComplete.fromValue(String value) |
SubFlowRef.OnParentComplete |
SubFlowRef.getOnParentComplete()
If invoke is 'async', specifies how subflow execution should behave when parent workflow completes.
|
static SubFlowRef.OnParentComplete |
SubFlowRef.OnParentComplete.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubFlowRef.OnParentComplete[] |
SubFlowRef.OnParentComplete.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubFlowRef.setOnParentComplete(SubFlowRef.OnParentComplete onParentComplete)
If invoke is 'async', specifies how subflow execution should behave when parent workflow completes.
|
SubFlowRef |
SubFlowRef.withOnParentComplete(SubFlowRef.OnParentComplete onParentComplete) |
Copyright © 2020–2023 CNCF. All rights reserved.