Class TaskAssignmentPackConsignmentAction

    • Field Detail

      • CONSIGNMENT_ACTION_EVENT_NAME

        protected static final java.lang.String CONSIGNMENT_ACTION_EVENT_NAME
        See Also:
        Constant Field Values
      • PACK_CONSIGNMENT_CHOICE

        protected static final java.lang.String PACK_CONSIGNMENT_CHOICE
        See Also:
        Constant Field Values
      • SHIPPING_DECISION

        protected static final java.lang.String SHIPPING_DECISION
        See Also:
        Constant Field Values
      • PACKING_TEMPLATE_CODE

        protected static final java.lang.String PACKING_TEMPLATE_CODE
        See Also:
        Constant Field Values
    • Constructor Detail

      • TaskAssignmentPackConsignmentAction

        public TaskAssignmentPackConsignmentAction()
    • Method Detail

      • perform

        public WorkflowDecisionModel perform​(WorkflowActionModel workflowAction)
        Description copied from interface: AutomatedWorkflowTemplateJob
        execution 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,
                                                           java.lang.String actionLabel)