workflow issue [message #240055] |
Thu, 24 May 2007 00:52 |
arunsuresh100
Messages: 38 Registered: December 2006
|
Member |
|
|
If an employee applies for the leave, his supervisor must approve it and if he does not respond within the time say 3 days the notification should go to the next hierarchy supervisor and he only should approve it and the notification should stay in his inbox only till he approves it. It should not go the next hierarchy level, the approval must be at first level hierarchy only.
Thanks n Regards,
Arun
|
|
|
Re: workflow issue [message #240117 is a reply to message #240055] |
Thu, 24 May 2007 03:04 |
adragnes
Messages: 241 Registered: February 2005 Location: Oslo, Norway
|
Senior Member |
|
|
Arun,
You have not exactly given us much to work on here. I assume you are talkning about modifying a seeded workflow in self-service HR and that the workflow is using Oracle Approvals Management to find approvers and that it just continues to escalate when a manager does not approve.
If this is the case, it is more of a change in the process than in the approval rules and you will need to modify the workflow.
You could look at the seeded AP Invoice (APINV) workflow for inspiration since it works pretty much as you describe. It sends one reminder and then escalates. If the escalated approver does not respond, it rejects the approval request.
To make it behave exactly as you described the request approval subprocess should be something like this:
- Send approval request notification to approver. Time out after three days.
- Update AME with no response and get next approver.
- Send escalated approval request notification to new approver. Do not time out.
--
Aleksander Dragnes
|
|
|
|