Class DropStuckFlowElement
-
- All Implemented Interfaces:
Serializable
public class DropStuckFlowElement extends AbstractFlowElement
The DropStuckFlowElement element denotes that a certain flow was dropped (removed from the active flows stack) abnormally because its processing got stuck due to some "broken" state.
-
-
Constructor Summary
Constructors Constructor Description DropStuckFlowElement(ActiveFlow _currentFlow, ScriptEnvironmentI _scriptEnv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
boolean
isStuck()
-
Methods inherited from class AbstractFlowElement
getDescription, getFlowFolder, getFlowId, getFlowInstanceId, getFlowName, getName, getVertexId, getVertexName, toString
-
Methods inherited from class AbstractElementWithScriptingAndMetadata
getMetadata
-
Methods inherited from class AbstractElementWithScripting
getChangedFlowVariables
-
Methods inherited from class AbstractElementWithSessionScripting
getChangedSessionVariables
-
Methods inherited from class PathElement
getPropertyGetters
-
-
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getType
in classPathElement
-
isStuck
public boolean isStuck()
-
-