<pac:flow-details >
This tag redirects to the Flow Details page. Use it after you triggered a flow to display results. Only available when Platform Process Manager is installed.
<pac:flow-details> has the following attributes:
| Name | Description | Required |
|---|---|---|
| id | ID of the job. Use the variable ${JOBID}. | True |
| redirect | URL of the details page. Use the variable $JOB_DETAIL_URL?jobId=${JOBID} for the URL. | True |
Example:
<pac:service id="test">
….
<pac:action label="Submit" id="submit" result="text/xml">
<![CDATA[
echo "<pac:flow-details id=\"${FLOWID}\"
redirect='$JOBFLOW_DETAIL_URL?insId=${FLOWID}'/>"
]]>
</pac:action>
</pac:service>