public class WorkflowEventType extends Object
| Modifier and Type | Field and Description |
|---|---|
static WorkflowEventType |
DONE
End.
|
static WorkflowEventType |
ERROR
An error has occurred.
|
static WorkflowEventType |
INTERRUPT
Interruption.
|
static WorkflowEventType |
MESSAGE
The output message from the workflow node, such as the output message from the message node or
end node.
|
| Constructor and Description |
|---|
WorkflowEventType() |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowEventType |
fromString(String value) |
String |
getValue() |
public static final WorkflowEventType MESSAGE
public static final WorkflowEventType ERROR
public static final WorkflowEventType DONE
public static final WorkflowEventType INTERRUPT
public String getValue()
public static WorkflowEventType fromString(String value)
Copyright © 2025. All rights reserved.