Share all details related to your problem, including any error messages you may have received.
Hi All,
Just a query : So i was testing the method of submitting batch request for adding entitlements. when i done that the work item got created directly, but instead I wanted it to go via approval flow. In the lifecycle manager i even added the workflow to batch request option that we are using for normal requests. So is there any changes needs to be done for batch request in the workflow to fulfill this requirement.
Have a looking in Lifecycle Manager and check if approvals are configured for the business process (workflow) used by the âBatch Request Accessâ. This can be modified as you need.
If you checked the box for âGenerate identity requestsâ then Batch Request should execute the approvals based on the Workflow configuration that you have set for Batch Requests
by default itâs set as LCM provisioning
IIQ is explicitly sets the approvalScheme and notificationScheme to ânoneâ in the step âLaunch Batch Workflowâ when calling the method âlaunchBatchWorkflowsâ.
so either you need to modify the workflow by setting by adding condition if source == âBatchâ then reset the approvalSchema and notificationSchema to the default values.