Interface B2BRegistrationWorkflowFacade
- All Known Implementing Classes:
DefautB2BRegistrationWorkflowFacade
public interface B2BRegistrationWorkflowFacade
Facade that handles workflow specific actions for B2B registrations
-
Method Summary
Modifier and TypeMethodDescriptionvoidlaunchWorkflow(WorkflowTemplateModel workflowTemplateModel, B2BRegistrationModel b2bRegistrationModel) Launches a new workflow instance
-
Method Details
-
launchWorkflow
void launchWorkflow(WorkflowTemplateModel workflowTemplateModel, B2BRegistrationModel b2bRegistrationModel) Launches a new workflow instance- Parameters:
workflowTemplateModel- The workflow template definition to useb2bRegistrationModel- All registration specific information
-