Class WorkFlowConstants
- java.lang.Object
-
- com.redhat.parodos.workflow.consts.WorkFlowConstants
-
public class WorkFlowConstants extends Object
Represent Keys that can be put into the WorkContext to get out specific values that might be used by WorkFlowService or WorkFlowEngine implementations- Author:
- Luke Shannon (Github: lshannon)
-
-
Field Summary
Fields Modifier and Type Field Description static StringASSESSMENT_WORKFLOWstatic StringCHECKER_WORKFLOWstatic StringINFRASTRUCTURE_WORKFLOWstatic StringPROJECT_NAMEstatic StringROLL_BACK_WORKFLOW_NAME
-
-
-
Field Detail
-
INFRASTRUCTURE_WORKFLOW
public static final String INFRASTRUCTURE_WORKFLOW
- See Also:
- Constant Field Values
-
CHECKER_WORKFLOW
public static final String CHECKER_WORKFLOW
- See Also:
- Constant Field Values
-
PROJECT_NAME
public static final String PROJECT_NAME
- See Also:
- Constant Field Values
-
ROLL_BACK_WORKFLOW_NAME
public static final String ROLL_BACK_WORKFLOW_NAME
- See Also:
- Constant Field Values
-
ASSESSMENT_WORKFLOW
public static final String ASSESSMENT_WORKFLOW
- See Also:
- Constant Field Values
-
-