Post URL for next step in workflow

Does any one know how IdM generates the id for the next step in a workflow?

When you initiate a workflow IdM generates a URL similar to the following:

http://10.84.1.155/idm/user/workItemEdit.jsp?id=%23ID%2351F4B46A5BC216A1%3ABE84 1C5%3A113F524AB6B%3A-7CE7&lang=en&cntry=US

The first, second and third part of the id here references the task definition and form definition guids but we can't figure out the last 4 digits after the - (in the example above -7CE7).

We are basically trying to go out from a workflow to a custom jsp and then come back in to the next step of the flow.

[620 byte] By [ksingh23a] at [2007-11-27 11:35:00]
# 1

You can specify the postURL in the jsp. You might try that.

I have made custom workflows with forms included in the workflow. Then I launch them from the taskLaunch.jsp page.

JimBearda at 2007-7-29 17:00:23 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

Thanks Jim. I do have the URL in my jsp that brings me back into my workflow. But I am a bit unclear on how I can make come back into the workflow's next Activity rather than the same activity.

1. Initiate workflow from end user menu

2. Activity 1 --> Manual Step --> when user clicks submit posts to an external jsp(not an idm form)

3. From the external jsp the post is back into the workflow

Issue: step 3 comes back into the workflow but comes into #2 rather than #4 (the next activity).

Reason: the URL that we have is made up of task def --> form def --> some 4 digit number

We can't figure out what this 4 digit number is.

Not sure if I understand your solution correctly, please provide details...

ksingh23a at 2007-7-29 17:00:23 > top of Java-index,Web & Directory Servers,Directory Servers...