| Package | Description |
|---|---|
| io.serverlessworkflow.api.states | |
| io.serverlessworkflow.api.switchconditions |
| Modifier and Type | Method and Description |
|---|---|
List<EventCondition> |
SwitchState.getEventConditions()
Defines conditions evaluated against events
|
| Modifier and Type | Method and Description |
|---|---|
void |
SwitchState.setEventConditions(List<EventCondition> eventConditions)
Defines conditions evaluated against events
|
SwitchState |
SwitchState.withEventConditions(List<EventCondition> eventConditions) |
| Modifier and Type | Method and Description |
|---|---|
EventCondition |
EventCondition.withEnd(End end) |
EventCondition |
EventCondition.withEventDataFilter(EventDataFilter eventDataFilter) |
EventCondition |
EventCondition.withEventRef(String eventRef) |
EventCondition |
EventCondition.withName(String name) |
EventCondition |
EventCondition.withTransition(Transition transition) |
Copyright © 2020–2023 CNCF. All rights reserved.