Class TaskAssignmentPickupConsignmentAction
java.lang.Object
de.hybris.platform.warehousing.taskassignment.actions.AbstractTaskAssignmentActions
de.hybris.platform.warehousing.taskassignment.actions.TaskAssignmentPickupConsignmentAction
- All Implemented Interfaces:
AutomatedWorkflowTemplateJob
Synchronizes the pickup 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 TypeMethodDescriptionperform(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:
-
CONFIRM_PICKUP_CONSIGNMENT_CHOICE
- See Also:
-
PICKUP_TEMPLATE_CODE
- See Also:
-
-
Constructor Details
-
TaskAssignmentPickupConsignmentAction
public TaskAssignmentPickupConsignmentAction()
-
-
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
-