8.5
Table Of Contents
- Table of Contents
- Welcome to PlanetPress Workflow 8.5
- System Requirements
- Basics
- Features
- The Nature of PlanetPress Workflow
- About Branches and Conditions
- Configuration Components
- Connect Resources
- About Data
- About Documents
- Debugging and Error Handling
- The Plug-in Bar
- About Printing
- About Processes and Subprocesses
- Using Scripts
- Special Workflow Types
- About Tasks
- Task Properties
- Variable Properties
- Working With Variables
- About Configurations
- About Related Programs and Services
- The Interface
- Copyright Information
- Legal Notices and Acknowledgements
Arguments
l
File – base64Binary. This is an array of byte base64 encoded (see
http://en.wikipedia.org/wiki/Base64).
l
SubmitJobInfStruc – Structure containing any required information to prepare the file for a valid
insertion into a PlanetPress Workflow process.
l
ReturnJobFile – Boolean value. When true, PlanetPress Workflow SOAP server returns the job file.
When false, there no file is returned to the SOAP client. (For example: when submitting a job for print,
there is no need to return a file)
l
user name – String containing the user name.
l
Password – String containing the password. This value is case sensitive.
Return Value
l
SubmitJobResult - Structure containing the following information:
l
Success – Integer indicating the Success/Error level of the operation. A result of 0 means the
operation was successful.
l
Message – String containing text information about the Success/Failure status.
l
SubmitJobInfStruc – See point SubmitJobInfStruc for details.
l
ResultFile – base64Binary. If Success is different than 0 or the ReturnJobFile was set to False in the
initial call, no file is returned. Otherwise, ResultFile contains the job file, as it existed at the completion
of the PlanetPress Workflow process (for instance, if the process creates a PDF and sets it as the
current job file, the PDF is the file that gets returned to the calling SOAP client).
Note
The SubmitJob method only returns a file if the PlanetPress Workflow process contains a SOAP Input task.
Note
If ReturnJobFile is set to true, the schedule options of the process should be set to a pooling lower than four
seconds, so the client application gets a timely response.