Package org.flowable.cmmn.api.runtime
Interface PlanItemInstanceState
public interface PlanItemInstanceState
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
Non-spec state, indicating the plan item instance is scheduled to move from active to a terminal state asynchronously.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Non-spec state, only possible for event listeners.static final String
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isInTerminalState
(PlanItemInstance planItemInstance)
-
Field Details
-
ACTIVE
- See Also:
-
AVAILABLE
- See Also:
-
ENABLED
- See Also:
-
DISABLED
- See Also:
-
COMPLETED
- See Also:
-
FAILED
- See Also:
-
SUSPENDED
- See Also:
-
TERMINATED
- See Also:
-
UNAVAILABLE
Non-spec state, only possible for event listeners. Indicates the event listener was created, but it didn't yet moved to available. This could be for example because there is an 'available condition' that stops it from moving to that state.- See Also:
-
WAITING_FOR_REPETITION
- See Also:
-
ASYNC_ACTIVE
- See Also:
-
ASYNC_ACTIVE_LEAVE
Non-spec state, indicating the plan item instance is scheduled to move from active to a terminal state asynchronously.- See Also:
-
ACTIVE_STATES
-
INTERMEDIARY_STATES
-
EVALUATE_ENTRY_CRITERIA_STATES
-
EVALUATE_STATES
-
TERMINAL_STATES
-
END_STATES
-
-
Method Details
-
isInTerminalState
-