Class TaskAssignmentPackConsignmentAction
java.lang.Object
de.hybris.platform.warehousing.taskassignment.actions.AbstractTaskAssignmentActions
de.hybris.platform.warehousing.taskassignment.actions.TaskAssignmentPackConsignmentAction
- All Implemented Interfaces:
AutomatedWorkflowTemplateJob
Synchronizes the pack consignment action from the Task Assignment Workflow of an employee to the main process engine.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidgetWorkflowActionAndAssignPrincipal(WorkflowActionModel workflowAction, ConsignmentModel attachedConsignment, String actionLabel) perform(WorkflowActionModel workflowAction) execution method for the automated workflow jobMethods inherited from class de.hybris.platform.warehousing.taskassignment.actions.AbstractTaskAssignmentActions
assignNewPrincipalToAction, getAttachedAsn, getAttachedConsignment, getConsignmentBusinessProcessService, getModelService, getWarehousingConsignmentWorkflowService, getWorkflowActionAndAssignPrincipal, setConsignmentBusinessProcessService, setModelService, setWarehousingConsignmentWorkflowService
-
Field Details
-
CONSIGNMENT_ACTION_EVENT_NAME
- See Also:
-
PACK_CONSIGNMENT_CHOICE
- See Also:
-
SHIPPING_DECISION
- See Also:
-
PACKING_TEMPLATE_CODE
- See Also:
-
-
Constructor Details
-
TaskAssignmentPackConsignmentAction
public TaskAssignmentPackConsignmentAction()
-
-
Method Details
-
perform
Description copied from interface:AutomatedWorkflowTemplateJobexecution method for the automated workflow job- Parameters:
workflowAction- the workflow action that activated this method- Returns:
- the decision that should be activated after this action finishes
-
getWorkflowActionAndAssignPrincipal
protected void getWorkflowActionAndAssignPrincipal(WorkflowActionModel workflowAction, ConsignmentModel attachedConsignment, String actionLabel)
-