Wednesday, May 25, 2011

PPROCINSTANCE

Instance States
When navigating the Process Instance table (PPROCINSTANCE), you might find useful to know what the meaning
of the different states is. The following is a list valid from version 5.5 onwards:
1 (2^0) = RUNNING
2 (2^1) = SUSPENDED
4 (2^2) = GRABBED
8 (2^3) = JOIN_WAITING
16 (2^4) = EXCEPTION
32 (2^5) = COMPLETED
64 (2^6) = ABORTED
128 (2^7) = ACTIVITY_COMPLETED
256 (2^8) = ABORTING
512 (2^9) = AUTOMATIC_RESUME
1024 (2^10) = SHARING_VARIABLES
2048 (2^11) = STICKY_PARTICIPANT
4096 (2^12) = IN_RELAY
8192 (2^13) = SELECTED_FOR_EXECUTION

No comments:

Post a Comment