| Package | Description |
|---|---|
| io.serverlessworkflow.api.actions | |
| io.serverlessworkflow.api.events |
| Modifier and Type | Method and Description |
|---|---|
EventRef |
Action.getEventRef()
Event References
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setEventRef(EventRef eventRef)
Event References
|
Action |
Action.withEventRef(EventRef eventRef) |
| Modifier and Type | Method and Description |
|---|---|
EventRef |
EventRef.withContextAttributes(Map<String,String> contextAttributes) |
EventRef |
EventRef.withData(String data) |
EventRef |
EventRef.withInvoke(EventRef.Invoke invoke) |
EventRef |
EventRef.withResultEventRef(String resultEventRef) |
EventRef |
EventRef.withResultEventTimeout(String resultEventTimeout) |
EventRef |
EventRef.withTriggerEventRef(String triggerEventRef) |
Copyright © 2020–2023 CNCF. All rights reserved.