Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Navigation:

Child pages (Children Display)
alltrue


SciFlo is a workflow framework that comes with core HySDS. It allows developers to create workflows by writing up a workflow definition document. SciFlo takes the workflow definition document and runs through all the steps as a workflow job.

Each step of the workflow is known as a process. If any process of the workflow fails, the SciFlo job fails.

SciFlo supports both linear and non-linear structures. However it does not support workflows that need to loop through steps based on a conditions. All the steps need to be explicitly defined in the workflow documents.