cancel
Showing results for 
Search instead for 
Did you mean: 

How to open GP process using url

Former Member
0 Kudos

Dear All,

Our requirement is to open a GP process from a url link. The url link will be sent to the user in an email.

When going through the GP API we found a function getProcessInstanceID(), but we are not able to figure out how to generate the url from the id so that the process with the particular instance opens up.

The user who will receive the url link, will have a portal id.

Could anyone please help us out?

Thanks and regards,

Mayuresh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mayuresh,

If you are just looking for the URL which can be sent to the user in an email, you can find that in the process itself. Open the process and scroll to the end to the "Initiation" tab. Click on the "Open Instantiate application" and copy the URL. This will be the URL for initiating your GP process.

Let me know if you have any queries.

Regards,

Madhu

*Reward points if helpful.

Former Member
0 Kudos

hi

Hope this [link|http://help.sap.com/javadocs/NW04S/SPS09/gp/com/sap/caf/eu/gp/process/rt/api/IGPRuntimeManager.html] will be helpful for you

You can refer [here|; too.

Thanks

Gopal