Designing and Executing Processes : Process Steps and Associated Components
 
Share this page                  
Process Steps and Associated Components
Steps are the building blocks in a process. A simple process may contain only a linked Start and Stop step with a script in either. A process will typically be more complex and include multiple step types, including Decision steps with true and false paths, Process steps that call other processes, Queue steps that call message queue sessions and others.
Start and Stop steps are already on the canvas in newly created processes. You may add scripts to the Start and Stop steps and connect the them to make the process complete. More typically, you will add multiple steps in order to complete the desired workflow. For information on adding steps to a process, see Building Processes.
This table provides a brief description for each step type. Click the step name to view more detailed information and the basic step properties, associated components, actions, parameters, and action properties.
Step Name
Description
Assembles a complex data object from smaller message objects.
Calls and executes an external application executable.
Runs a conditional expression to determine the step that is executed next.
Validator Step (for DataConnect v11.2.1 onwards)
Doc Validator Step (for DataIntegrator v9 format)
Calls and validates a document against a schema.
Provide the ability to use a service provided by an external system or application. The service is invoked by passing a source message object to the Execute Action.
Breaks a complex data object into smaller objects.
Calls another process and executes it within the workflow.
Sends or receives messages using message queuing semantics. Entities supported by queue components include message queues, file systems, external applications and others.
Build a script (expression) using EZscript, the same language used to build scripts in the Map Designer. Scripts written in Process Designer are often used to set values in global variables that can be used by Decision expressions to make logical choices between workflow paths.
Executes a SQL statement against a database. Primarily used to execute SQL statements that do not return data such as DDL statements.
Acts as the starting point for the process. Automatically added to the canvas when a new process is created. You may add an expression to be executed to this step.
Acts as the last step of the process. Automatically added to the canvas when a new process is created. You may add an expression to be executed to this step.
Create or edit transformations by launching Map Editor, or specify previously created transformations. This step runs the map.
Allows you to choose a Transformer for a process. Transformer components provide the ability to transform a source data format into a target data format.
Specify an XSLT stylesheet that can be applied when transforming an XML source file to an XML target file.
You can add annotations for the steps. For more information, see Adding Annotations.
Note:  DQV Ruleset step is not supported in DataConnect v11. If you try to open an imported process file that has DQV Ruleset step, then the file does not open.