Creating a task

Out-the-box integration jobs for ease and speed.

Every task is an integration job. There are two ways you can create a task: using the UI or via code using our .yml templates and a Git Provider.

Creation via the UI

After creating a pipeline, the next step is to create a task.

Select "Add Task" in one of the Task Boxes.

  • Select the Integration Job you want to create for the task

  • Give the Task a name and configure the parameters for the task. A setup guide for the task will popout on the right-hand-side

Well done!

You've created your first Task. Now your Pipeline has a single Task:

You can now configure tasks to run in parallel with the task you just added, or add dependencies to the tasks. The UI currently only supports multi-linear Pipelines, an example of which you can see below. If you have a more complex orchestration requirement, please get in touch with us at support@getorchestra.io.

Creation via Git (.yml) (Beta)

Stay tuned for how you can create tasks using code and the benefits of Git.

Last updated