Monday, November 22, 2010

OIM Approval Workflow

OIM Approval Workflow
====================

http://forums.oracle.com/forums/thread.jspa?threadID=690118


need to implement the following scenario in OIM.I have following 3 types of users in OIM . Employee,Organization Admin and Resource Admin.

1.Organization Admin logs into OIM and request a resource to an user.While requesting,Organization admin needs to enter some information about the user (it could be either process form or resource form)

2.Once the request is submitted,Resource Admin should see it in his pending task list.

3.Resource admin approves the request and the user gets provisioned to the target system.

I tried creating a process form,in which the admin can enter user details,but I am not sure how to attach approval workflow in that.

When I tried using Resource Form,I am not able to populate user's information in the form.

Any idea about how to implement this scenario?.Thanks in Advance.


=============
If I understood your workflow correctly then this might be a solution for you.

1.Create an object form.Attach it to Resource object form.This object form will be filled by Organization Admin.
2.Have your approval process for this resource object form which will be approved by resource admin.
3.All user attribute can be populated in process form using pre-pop adapters.
4.Create Data Flow so that information from object form can flow in process form.

No comments:

Post a Comment