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