Workflow
For ease of use, it is also possible to create a new workflow within the dialog, pressing the New Workflow button.
Use the Workflow action to execute a previously defined workflow.
This allows you to perform “functional decomposition.” That is, you use them to break out workflows into more manageable units.
For example, you would not write a data warehouse load using one workflow that contains 500 actions.
It is better to create smaller workflows and aggregate them.
Options
By default, if you do not set logging, Hop will take log actions that are being generated and create a log record inside the workflow. For example, suppose a workflow has three pipelines to run and you have not set logging. The pipelines will not output logging information to other files, locations, or special configuration. In this instance, the workflow executes and puts logging information into its master workflow log. In most instances, it is acceptable for logging information to be available in the workflow log. For example, if you have load dimensions, you want logs for your load dimension runs to display in the workflow logs. If there are errors in the pipelines, they will be displayed in the workflow logs. If, however, you want all your log information kept in one place, you must set up logging.
Specify which parameters will be passed to the pipeline: