Interface StatusConstants
-
- All Known Implementing Classes:
DeciderTests
,DeciderTestsBatchlet
,DeciderTestsDecider
,DeciderTestsJobListener
,FlowTransitionToDecisionTestDecider
,InventoryStepListener
,SplitTransitionToDecisionTestDecider
public interface StatusConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
A_STEP_RAN
static String
GOOD_JOB_EXIT_STATUS
static String
GOOD_STEP_EXIT_STATUS
static String
SPECIAL_EXIT_STATUS
static String
UNEXPECTED
-
-
-
Field Detail
-
GOOD_JOB_EXIT_STATUS
static final String GOOD_JOB_EXIT_STATUS
- See Also:
- Constant Field Values
-
GOOD_STEP_EXIT_STATUS
static final String GOOD_STEP_EXIT_STATUS
- See Also:
- Constant Field Values
-
SPECIAL_EXIT_STATUS
static final String SPECIAL_EXIT_STATUS
- See Also:
- Constant Field Values
-
UNEXPECTED
static final String UNEXPECTED
- See Also:
- Constant Field Values
-
A_STEP_RAN
static final String A_STEP_RAN
- See Also:
- Constant Field Values
-
-