public enum WorkflowExecutionMessage extends Enum<WorkflowExecutionMessage>
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionMessage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowExecutionMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowExecutionMessage NODE_STATE_CHANGED
public static final WorkflowExecutionMessage EXECUTION_STATE_CHANGED
public static final WorkflowExecutionMessage EXECUTION_RESUME
public static final WorkflowExecutionMessage EXECUTION_TASK_START
public static final WorkflowExecutionMessage EXECUTION_TASK_END
public static final WorkflowExecutionMessage EXECUTION_ERROR
public static final WorkflowExecutionMessage EXECUTION_CLEANUP
public static final WorkflowExecutionMessage OPEN_SUBWORKFLOW
public static final WorkflowExecutionMessage HANDLE_DEPENDENT_NODES_DIFFERED_INPUTS
public static final WorkflowExecutionMessage INPUT_WORKFLOWINTERPRETER_FOR_WORKFLOW
public static final WorkflowExecutionMessage INPUT_GSS_CREDENTIAL
public static final WorkflowExecutionMessage INPUT_LEAD_CONTEXT_HEADER
public static final WorkflowExecutionMessage INPUT_GFAC_INVOKER
public static WorkflowExecutionMessage[] values()
for (WorkflowExecutionMessage c : WorkflowExecutionMessage.values()) System.out.println(c);
public static WorkflowExecutionMessage valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2011–2014 The Apache Software Foundation. All rights reserved.