Class B2BRegistrationTestWorkflowProcessingService

  • All Implemented Interfaces:
    WorkflowProcessingService

    public class B2BRegistrationTestWorkflowProcessingService
    extends DefaultWorkflowProcessingService
    Test Service to override default automated worflow action activation. It allows individual activations of automated workflow actions.
    • Constructor Detail

      • B2BRegistrationTestWorkflowProcessingService

        public B2BRegistrationTestWorkflowProcessingService()
    • Method Detail

      • chosen

        protected void chosen​(WorkflowDecisionModel selDec)
        The method below calls activates all subsequent automated actions. It is kept empty for use in a Workflow Integration test in which it is desired to activate an individual automated workflow action.
        Overrides:
        chosen in class DefaultWorkflowProcessingService