| Modifier and Type | Method and Description |
|---|---|
TimeoutsDefinition |
Workflow.getTimeouts()
Timeouts Definition
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workflow.setTimeouts(TimeoutsDefinition timeouts)
Timeouts Definition
|
Workflow |
Workflow.withTimeouts(TimeoutsDefinition timeouts) |
| Modifier and Type | Method and Description |
|---|---|
TimeoutsDefinition |
Branch.getTimeouts()
Timeouts Definition
|
| Modifier and Type | Method and Description |
|---|---|
void |
Branch.setTimeouts(TimeoutsDefinition timeouts)
Timeouts Definition
|
Branch |
Branch.withTimeouts(TimeoutsDefinition timeouts) |
| Modifier and Type | Method and Description |
|---|---|
TimeoutsDefinition |
State.getTimeouts() |
| Modifier and Type | Method and Description |
|---|---|
TimeoutsDefinition |
DefaultState.getTimeouts()
Timeouts Definition
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultState.setTimeouts(TimeoutsDefinition timeouts)
Timeouts Definition
|
InjectState |
InjectState.withTimeouts(TimeoutsDefinition timeouts) |
ForEachState |
ForEachState.withTimeouts(TimeoutsDefinition timeouts) |
DefaultState |
DefaultState.withTimeouts(TimeoutsDefinition timeouts) |
OperationState |
OperationState.withTimeouts(TimeoutsDefinition timeouts) |
SleepState |
SleepState.withTimeouts(TimeoutsDefinition timeouts) |
CallbackState |
CallbackState.withTimeouts(TimeoutsDefinition timeouts) |
ParallelState |
ParallelState.withTimeouts(TimeoutsDefinition timeouts) |
SwitchState |
SwitchState.withTimeouts(TimeoutsDefinition timeouts) |
EventState |
EventState.withTimeouts(TimeoutsDefinition timeouts) |
| Modifier and Type | Method and Description |
|---|---|
TimeoutsDefinition |
TimeoutsDefinition.withActionExecTimeout(String actionExecTimeout) |
TimeoutsDefinition |
TimeoutsDefinition.withBranchExecTimeout(String branchExecTimeout) |
TimeoutsDefinition |
TimeoutsDefinition.withEventTimeout(String eventTimeout) |
TimeoutsDefinition |
TimeoutsDefinition.withStateExecTimeout(StateExecTimeout stateExecTimeout) |
TimeoutsDefinition |
TimeoutsDefinition.withWorkflowExecTimeout(WorkflowExecTimeout workflowExecTimeout) |
Copyright © 2020–2023 CNCF. All rights reserved.