The service for the Default
Render process that Process Management provides. The service performs
the following tasks:
Retrieves a PDF form from a specified URL (usually from
the repository)
Enables the form to be used offline with Workspace
Merges binary data with the form
Enables the form to be used in Workspace
This service is the default configured render service for Document
Form and xfaForm variables. It is recommended that you do not modify
the Default Render process. If you want to use a similar process,
you should make a copy of the process and modify the copy.
Important: This process may be updated during upgrades
of LiveCycle and therefore, you may need to update your version
of the service.
invoke operation
Retrieves
and merges form data with the PDF form retrieved from the repository. The
PDF form is modified for online and offline use with Workspace.
A string value that specifies
the unique identifier for the user who is assigned the task.
Input Form Data
A document value that represents
the form data to merge with the PDF form.
If you provide a
literal value, clicking the ellipsis button opens
the Select Asset dialog box. (See About Select Asset.)
FormUrl
A string value that specifies
the URL location of the PDF form in the repository or at a network
location on a file system.
Task Route List
A string value that contains
the names of routes, delimited by a semicolon (;), that can be selected
when completing a task. For example, a list of task routes can appear
as the following value:
[rname1];[rname2];[rname3]
where [rname] represents
the name of each route as defined in the process map.
A string value that specifies
the URL of the web application or servlet that the submitted form
data is sent to. For example, to access Workspace, type http://[server name]:[port]/workspace-server/submit where [server name] specifies
the name of the LiveCycle Server and [port] specifies the
port number. The following default port numbers are used by LiveCycle
for each application server.
JBoss: 8080
WebLogic: 7001
WebSphere: 9080
Note: You
can also use HTTP over Secure Socket Layer (SSL) for the Submit
Target Url property.
Task Id
A string value that specifies
the unique identifier for the task.
Task Status
A string value that specifies
the run-time status of the task.
Output properties
Output PDF Form
The location to store the document that this
operation creates. The data value is document.
Invocation Policy properties
Specifies whether to wait for a response after invoking
the operation by selecting either Do Not Wait For Response or Wait
For Response. The default is Wait For Response.
Do Not Wait For Response
Specifies that no response is required
from the server.
Wait For Response
Specifies that a response is required from
the server before further processing.