Running a pipeline on a given container
Last updated
Last updated
There are a few things we have to keep in mind for a user to run them:
The user has permissions to run the module.
The functions included in the pipelines are available.
The schema created has the intended descriptors.
The pipeline steps are set up correctly, so it appears in the diagram. There are 3 types of steps to choose from: Function, Wait for user and Notify user. And a starting one that has always been in place.
The pipelines may have the following statuses: running, completed, waiting , failed, queued, and canceled.
The steps have tasks to execute, with a value and a step they belong to.