Creating approval workflow for subscription creation with specific bundles
To create an approval workflow for subscription creation with specific bundles, you have to create a new activity, a new workflow definition (that has the new activity), and a new rule associated to the new workflow.
Assumption: Product bundles that require an approval workflow will have a code which follows a standard format. For example, xxx_APP_REQ.
- Create a new activity which creates an approval task with desired role (role who can approve/reject the workflow). Steps to create new activity are available at: Customizing workflows.
- Create a new workflow definition. Steps to create a new workflow definition are available at: Customizing workflows.
- Add the activity (created in Step 1) into the workflow definition created in Step 2.
- Create a new rule associated to the new workflow definition created in Step 2. This rule will check for the bundle code having specific format. Steps to create new rule and what fields are available in rule expression, are available at: Customizing workflows.
To perform above steps you have to use the Customization SDK Guide.
Comments