Job

Tasks, Pipelines and Scenarios entities can be submitted for execution. The submission of a scenario triggers the submission of all the contained pipelines. Similarly, submission of a pipeline triggers the submission of all the contained tasks.

Each time a task is submitted for execution, a new Job is created. A Job represents a single execution of a task. It holds all the information related to the task execution, including the creation date, the execution Status, the log messages of the user function, and the stacktrace of any exception that may be raised.

The Next section provide information on the Execution flow.