I have two application instances - A and B.
B is depending on A and therefore B cannot be provisioned unless A is already provisioned to the user in question.
After approval, the request to provision B ends up in status "Request Approved Fulfillment Pending", which is how it is supposed to be - I believe.
The question is - how do I trigger the provisioning of B once A has been provisioned?
Is it supposed to be happen automatically (it doesn't - in my case) - or am I supposed to make it happen - for example by implementing a scheduled job and using the API?
I have implemented a scheduled jobs, which is able to detect these situations, but I don't know what to do with the request in status "Request Approved Fulfillment Pending" to trigger provisioing?
Just changing the status of the request via the API does not seem to make any difference.
I have searched the documentation without any luck what so ever - does anybody have any pointers to how I can make this happen?
Thanks,
- Tom