Class FlowNode.FlowNodeExecutionResult
- java.lang.Object
-
- lumis.portal.analytics.automationflow.FlowNode.FlowNodeExecutionResult
-
-
Constructor Summary
Constructors Constructor Description FlowNodeExecutionResult(FlowNode nextNode, boolean flowInterrupted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowNode
getNextNode()
Returns the next node.boolean
isFlowInterrupted()
Returns whether the flow was interrupted by this node.
-
-
-
Constructor Detail
-
FlowNodeExecutionResult
public FlowNodeExecutionResult(FlowNode nextNode, boolean flowInterrupted)
-
-
Method Detail
-
getNextNode
public FlowNode getNextNode()
Returns the next node.- Returns:
- the next node
- Since:
- 12.0.0
-
isFlowInterrupted
public boolean isFlowInterrupted()
Returns whether the flow was interrupted by this node.- Returns:
- whether the flow was interrupted by this node
- Since:
- 12.0.0
-
-