Table of Contents
Workflows
A workflow is a component-based process model that can be used to analyze, manipulate, or visualize data. Each component acts as a standalone program with its own inputs, options, and outputs. The inputs to each component can be data or files, and the output of each component is made available after the workflow has been run. A generic workflow might consist of the following steps.
- import a tab-delimited file
- analyze the file
- visualize the results of the analysis component
A component is essentially a black box which receives data from other components and carries out an arbitrary task which results in the generation of new data. The newly generated data is then passed to the component's successor. Some common component types could be analyses, imports, transformations, and visualizations.
Every component has a set of required inputs and user-defined options. The contstraints on inputs and options are defined in each component's XML schema defition (XSD). The XSD file defines the structure of a component. Each component is then defined by it's XSD and run-time program. XML is used by the components to communicate with one another.
Checkout the "How-To" videos created by some of the early users of the workflow tool.
LearnSphere Workflow Tools: Overview | BKT Analysis using Tigris Workflows | Creating new workflow components |
Note: At this time, any new workflow components must be uploaded by a DataShop Admin. Please contact us if you have a component you'd like to have added to DataShop.