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 Detail

      • DropStuckFlowElement

        public DropStuckFlowElement​(ActiveFlow _currentFlow,
                                    ScriptEnvironmentI _scriptEnv)