Workflow Editor
After configuring the Build Configurations and Base Configurations, the next step is to create a workflow in the workflow editor.
In Devtron, a Workflow is a logical sequence of different stages(pipelines) used for continuous integration and continuous deployment of an application.

For Devtron Apps, you can create five types of workflows depending on your use case.
Build and Deploy from Source Code: Choose this option if you want Devtron to build and deploy the image of the source code.
Linked Build Pipeline: Choose this option if you want to use an image created by an existing CI pipeline in Devtron.
Deploy Image from External Service: Choose this if you want to build your image outside Devtron; it will receive a Docker image from an external source via the incoming webhook.
Create a Job

To know how to create the CI pipeline for your application, refer to Create CI Pipelines
To know how to create the CD pipeline for your application, refer to Create CD Pipelines