Fundamental Launch Step Processor Operations
All Launch Step Processors, whether HTML or Java™ and regardless of Web application, perform certain basic operations.
These operations include:
- Logging in and Establishing
a Process Session
Log in to the Content Platform Engine server and instantiate and initialize a VWSession object (creates a workflow system session).
- Creating a Workflow
Instance
Before a Launch Step Processor starts a workflow, it must create a workflow instance.
- Updating Workflow Data
(Optional) You can develop a Launch Step Processor solely to start the workflow. Or, alternatively, you can develop a processor that, in addition to that purpose, performs workflow data update operations.