| Package | Description |
|---|---|
| io.serverlessworkflow.api.events | |
| io.serverlessworkflow.api.states |
| Modifier and Type | Method and Description |
|---|---|
OnEvents |
OnEvents.withActionMode(OnEvents.ActionMode actionMode) |
OnEvents |
OnEvents.withActions(List<Action> actions) |
OnEvents |
OnEvents.withEventDataFilter(EventDataFilter eventDataFilter) |
OnEvents |
OnEvents.withEventRefs(List<String> eventRefs) |
| Modifier and Type | Method and Description |
|---|---|
List<OnEvents> |
EventState.getOnEvents()
Define what events trigger one or more actions to be performed
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventState.setOnEvents(List<OnEvents> onEvents)
Define what events trigger one or more actions to be performed
|
EventState |
EventState.withOnEvents(List<OnEvents> onEvents) |
Copyright © 2020–2023 CNCF. All rights reserved.