cancel
Showing results for 
Search instead for 
Did you mean: 

Alternate action execution required

Former Member
0 Kudos

Hi experts,

I have a GP Process with a sequential block and 3 actions. Now i had a requirement that on receiving a reply i have to execute the first action. i.e the first can be executed either through the web dynpro interface or from another alternate action.

Can someone help me in designing such scenario

Thanks in advance

Satya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Map the result state of the alternate action(Action from which you wanted to execute first action) to the first action.

Former Member
0 Kudos

Hi Sudhir,

Thanks for the reply. But my requirement is such that any one of the 2 approvers can approve the first action. Below is my detailed requirement

Current Structure

Process

Block

Action 1

Action 2

Action 3

Currently action 1 is being executed using the web dynpro callable object. But now i got the requirement that the Action 1 can be performed by the approver either from the web dynpro component or from using another source lets say by executing the web service

Can you please help me in designing this process

Thanks in advance

Satya

yogesh_galphade
Contributor
0 Kudos

Hi

You can use the Parallel block also.Once approver 1 approves. It will not be availbel for 2nd approver

Or

parallel dynamic block Until both the approver approves, it wont go for next level

Former Member
0 Kudos

Yogesh,

In my case both the approvers are only one. i.e the approver can approve the request directly by logging into portal or by executing the program which in turns calls a web service and completes the action

Thanks

Satya