Skip to content

Instantly share code, notes, and snippets.

@amottier
Last active January 21, 2020 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amottier/b17f464d7f667d8823b7e576631d13fc to your computer and use it in GitHub Desktop.
Save amottier/b17f464d7f667d8823b7e576631d13fc to your computer and use it in GitHub Desktop.
State text class name ActivityStates
aborted AbortedFlowNodeStateImpl ABORTED_STATE
aborting activity with boundary AbortingActivityWithBoundaryStateImpl -
aborting AbortingBoundaryAndIntermediateCatchEventStateImpl, AbortingCallActivityStateImpl, AbortingFlowNodeContainerStateImpl, AbortingFlowNodeStateImpl -
cancelled CancelledFlowNodeStateImpl CANCELLED_STATE
completing activity with boundary ⚠CancellingActivityWithBoundaryStateImpl, CompletingActivityWithBoundaryStateImpl - ⚠ Note ⚠: text "completing", class name "cancelling"
cancelling CancellingBoundaryAndIntermediateCatchEventStateImpl, CancellingCallActivityStateImpl, CancellingFlowNodeContainerChildrenStateImpl, CancellingFlowNodeStateImpl -
completed CompletedActivityStateImpl COMPLETED_STATE
completing CompletingActivityStateImpl COMPLETING_STATE
cancelling subtasks CompletingSubTaskStateImpl CANCELLING_SUBTASKS_STATE
executing ExecutingAutomaticActivityStateImpl, ExecutingBoundaryEventStateImpl, ExecutingCallActivityStateImpl, ExecutingFlowNodeStateImpl, ExecutingLoopActivityStateImpl, ExecutingMultiInstanceActivityStateImpl, ExecutingThrowEventStateImpl, ⚠InitializingAndExecutingFlowNodeStateImpl EXECUTING_STATE
failed FailedActivityStateImpl FAILED_STATE
initializing InitializingActivityStateImpl, InitializingActivityWithBoundaryEventsStateImpl, InitializingBoundaryEventStateImpl, InitializingLoopActivityStateImpl, InitializingMultiInstanceActivityStateImpl INITIALIZING_STATE
interrupted InterruptedFlowNodeState -
ready ReadyActivityStateImpl READY_STATE
skipped SkippedFlowNodeStateImpl SKIPPED_STATE
waiting WaitingFlowNodeStateImpl WAITING_STATE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment