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
Note
To return the file, the process must be completed before the timeout of the server occurs. The Timeout option can
be set in your PlanetPress Workflow preferences.
SOAP API - PostJob
Syntax
PostJob (File, PostJobInfStruc , user name, Password) : PostJobResult
Description
The PostJob method allows users to remotely submit files to PlanetPress Workflow by using the Resubmit
from here feature. The main advantage of this feature is that it allows a user to specify a starting task index
from which the File is to be processed.
Parameters
l
File – base64Binary. This is an array of byte base64 encoded (see
http://en.wikipedia.org/wiki/Base64).
l
PostJobInfStruc – Structure containing any required information to prepare the file for resubmission
into a PlanetPress Workflow process.
l
user name – String containing the user name.
l
Password – String containing the password. This value is case sensitive.
Return Value
l
PostjobResult - Structure containing the following information:
l
Success – Integer indicating the Success/Error level of the operation. A result of 0 means that the
operation was successful.
l
Message – String containing text information about the Success status.
l
PostjobInfStruc – See point PostJobInfoStruct for details.