Package org.alfresco.repo.workflow
Interface WorkflowConstants
-
public interface WorkflowConstants- Since:
- 3.4.e
- Author:
- Frederik Heremans
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROP_CANCELLEDstatic StringPROP_COMPANY_HOMEstatic StringPROP_INITIATORstatic StringPROP_INITIATOR_HOMEstatic StringPROP_WORKFLOW_INSTANCE_IDstatic StringTASK_STATUS_COMPLETEDstatic StringTASK_STATUS_IN_PROGRESS
-
-
-
Field Detail
-
PROP_INITIATOR
static final String PROP_INITIATOR
- See Also:
- Constant Field Values
-
PROP_INITIATOR_HOME
static final String PROP_INITIATOR_HOME
- See Also:
- Constant Field Values
-
PROP_COMPANY_HOME
static final String PROP_COMPANY_HOME
- See Also:
- Constant Field Values
-
PROP_WORKFLOW_INSTANCE_ID
static final String PROP_WORKFLOW_INSTANCE_ID
- See Also:
- Constant Field Values
-
PROP_CANCELLED
static final String PROP_CANCELLED
- See Also:
- Constant Field Values
-
TASK_STATUS_COMPLETED
static final String TASK_STATUS_COMPLETED
- See Also:
- Constant Field Values
-
TASK_STATUS_IN_PROGRESS
static final String TASK_STATUS_IN_PROGRESS
- See Also:
- Constant Field Values
-
-