URL templates for web applications
Use the template formats that are provided in the following tables to build the launch step processor URL or the step processor URL for the web application that you are configuring.
Launch step processor URL template formats
The
launch step processor URL template uses the formats in the following
table. Numbers 100 and 199 indicate custom web applications.
| Web application | Template |
|---|---|
| IBM® Content Navigator | {0}/{1}?workflowVersion={2}&subject={3}&attachmentId={4}&propertyMap={5}&isoRegion={6} |
| IBM Case Manager | {0}/?{1}&queueName={2}&wobNum={3} |
| 101 | {0}/myLaunchers/{1}?workflowVersion Note: You can create a new step processor using
ACCE.
|
Parameter values for the launch step processor URL templates
| Parameter | Description |
|---|---|
| {0} | Server base URL |
| {1} | Launch step processor location |
| {2} | Workflow version (F_WCRevision) or workflow name |
| {3} | Subject (optional) |
| {4} | Attachment document ID (optional) |
| {5} | Property map (optional) |
| {6} | Isolated region number (required by IBM Content Navigator) |
For example, for the following settings:
- Server base URL
- http://10.15.4.54:8080/MyWebApp
- Location
- myLaunchProcessor.jsp
- URL template
- {0}/myLaunchers/{1}?workflowVersion={2}&subject={3}&attachmentId={4}
http://10.15.4.54:8080/MyWebApp/myLaunchers/myLaunchProcessor.jsp?workflowVersion=%7E%7E1%09...
&subject=Loan%20Application&attachmentId=Step processor URL template formats
The step processor URL template uses the formats in the following table:
| Web application | Template |
|---|---|
| Enterprise Records | {0}/{1}?queueName={2}&wobNum={3}&stepName={4}&isoRegion={5} |
| IBM Content Navigator | {0}/{1}?queueName={2}&wobNum={3}&stepName={4}&isoRegion={5} |
| IBM Case Manager | {0}/?{1}&queueName={2}&wobNum={3} |
| 101 | {0}myStepprocs/{1}?queueName={2}&wobNum={3}&stepName={4}&isoRegion={5} |
Parameter values for the step processor URL templates
| Parameter | Description |
|---|---|
| {0} | Server base URL |
| {1} | Step processor location |
| {2} | Queue name |
| {3} | Work item number |
| {4} | Step name (optional) |
| {5} | Isolated region number (required by IBM Content Navigator) |
For example, for the following settings:
Server base URL
http://10.15.4.54:8080/MyWebApp
Location
myStep.jsp
URL template
{0}myStepprocs/{1}?queueName={2}&wobNum={3}&stepName={4}&isoRegion={5}
The link for the step processor looks as follows:
http://10.15.4.54:8080/MyWebApp/myStepprocs/myStep.jsp?queueName=Inbox&wobNum=C6F344A9D1....&stepName=Loan%20Eval&isoRegion=1