Executing a Process Flow That Contains Only Procedures

How to:

You can create a process flow that contains one or more procedures and other objects, but no data flows. This may be useful for testing purposes, or for a particular warehouse scenario where the DataMigrator Scheduler is being used, but the only production code is the logic within the procedure.

For example, you can create and run a procedure that connects you to a DBMS, or that produces a report from a data file or a DataMigrator table, such as the DataMigrator log.


Top of page

x
Procedure: How to Execute a Process Flow That Contains Only Procedures
  1. In the DMC, right-click an application directory in the navigation pane, select New, and then click Flow.
  2. Click the Process Flow tab.
  3. Drag a procedure from the navigation pane into the process flow workspace, following the Start object.
  4. Connect the objects.
  5. Optionally, add other procedures to the process flow.
  6. Save the procedure.
  7. On the Flow tab, in the Run group, click Run, and then click Run from the context menu.

    or

    Right-click the saved process flow in the navigation pane and choose Run from the menu.

Output is displayed in the Console Log below the workspace.


iWay Software