Use the URL Templates dialog box to specify the launch and step processor templates for each web application in the VWService or isolated region. The system uses the templates to build the URL for the launch and step processors. See Configure step processors and View or modify VWService properties for additional information.
To configure a URL template for a launch processor or step processor for a web application
NOTE To open HTML step processors or allow the custom step processors to be opened from another web application, the ID number you enter must have a corresponding web application ID number in the web application properties. See Set web application properties for VWService for more information.
The launch step processor URL template uses the format in the table below. Number 199 indicates a custom web application.
Web application | Template |
---|---|
FileNet Workplace | {0}/eprocess/launchers/{1}?workflowVersion={2}&subject={3}&attachmentId={4}&propertyMap={5} |
FileNet Workplace XT | {0}/eprocess/launchers/{1}?workflowVersion={2}&subject={3}&attachmentId={4}&propertyMap={5} |
FileNet Web Services | {0}/PWRedirector.asp?Redist/WF_Launcher/{1}?WorkflowDocId={2}&subject={3}&attachmentDocId={4} |
FileNet Open Client | {0}/eprocess/launchers/{1}?workflowVersion={2}&subject={3}&attachmentId={4}&propertyMap={5} |
FileNet Collaboration | {0}/eprocess/launchers/{1}?workflowVersion={2}&subject={3}&attachmentId={4}&propertyMap={5} |
FileNet Records Manager | {0}/eprocess/launchers/{1}?workflowVersion={2}&subject={3}&attachmentId={4}&propertyMap={5} |
IBM ECM Widgets | {0}?workflowName={2}&subject={3}&attachmentId={4}&pid={1} |
100 | {0}/eprocess/launchers/{1}?workflowVersion={2}&subject={3}&attachmentId={4} |
199 | {0}/myLaunchers/{1}?workflowVersion={2}&subject={3}&attachmentId={4} |
where each number represents the following:
{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) |
For example, for the following settings:
server base URL:
|
|
Location:
|
|
URL template:
|
At runtime, the link for the launch processor would look as follows:
http://10.15.4.54:8080/MyWebApp/myLaunchers/myLaunchProcessor.jsp?workflowVersion=%7E%7E1%09.... &subject=Loan%20Application&attachmentId= |
The step processor URL template uses the format in the table below:
Web application | Template |
---|---|
FileNet Workplace | {0}/eprocess/stepprocs/{1}?queueName={2}&wobNum={3}&stepName={4} |
FileNet Workplace XT | {0}/eprocess/stepprocs/{1}?queueName={2}&wobNum={3}&stepName={4} |
FileNet Web Services | {0}/PWRedirector.asp?Redist/WF_Step/{1}?queueName={2}&wobId={3}&stepName={4} |
FileNet Open Client | {0}/eprocess/stepprocs/{1}?queueName={2}&wobNum={3}&stepName={4} |
FileNet Collaboration | {0}/eprocess/stepprocs/{1}?queueName={2}&wobNum={3}&stepName={4} |
FileNet Records Manager | {0}/eprocess/stepprocs/{1}?queueName={2}&wobNum={3}&stepName={4} |
IBM ECM Widgets | {0}?queueName={2}&wobNum={3}&stepName={4}&pid={1} |
100 | {0}/eprocess/stepprocs/{1}?queueName={2}&wobNum={3}&stepName={4} |
199 | {0}/myApps/myStepprocs/{1}?queueName={2}&wobNum={3}&stepName={4} |
where each number represents the following:
{0} | Server base URL |
{1} | Step processor location |
{2} | Queue name |
{3} | Work item number |
{4} | Step name (optional) |
For example, for the following settings:
server base URL:
|
|
Location:
|
|
URL template:
|
The link for the step processor would look as follows:
http://10.15.4.54:8080/MyWebApp/myStepprocs/myStep.jsp?queueName=Inbox&wobNum=C6F344A9D1.... &stepName=Loan%20Eval |
To delete the URL template for a custom web application, select the row and click Delete. To delete the URL template for a non-custom web application, delete the information in the Template field.