public class FlowExecutionOutcome
extends java.lang.Object
Constructor and Description |
---|
FlowExecutionOutcome(java.lang.String id,
AttributeMap output)
Creates a new flow execution outcome
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Return the outcome identifier.
|
AttributeMap |
getOutput()
Returns the output returned by the flow execution.
|
java.lang.String |
toString() |
public FlowExecutionOutcome(java.lang.String id, AttributeMap output)
id
- the outcome idoutput
- the output returned by the executionpublic java.lang.String getId()
public AttributeMap getOutput()
public java.lang.String toString()
toString
in class java.lang.Object