Available in VPC
This section explains how to create, edit, delete, and view a list of workflows, along with guidance on how to configure workflows using the Visual Editor and YAML Editor.
Workflow list

| Area | Description |
|---|---|
| ① Search | |
| ② Create | |
| ③ Edit | |
| ④ Delete | |
| ⑤ Workflow list |
Create workflow
To create a workflow, follow these steps:
- From the SourceBand project page, click CI/CD > Workflow to go to the workflow list page.
- Click [Create].
- When the workflow creation page appears, follow these steps in order:
1. Workflow settings
- Workflow name
- You can use the default workflow name or enter a name of your choice.
- The entered name is written in the Name field of the YAML definition file.
- Source repository
- Select the source repository to store the workflow definition file.
- The source repository list shows SourceCommit repositories integrated with the project.
- Branch
- Select the branch to save the workflow definition file.
- Commit message
- You can use the default commit message or enter a custom message.
- Workflow file name
- You can use the default workflow file name or enter a custom file name.
- The file is saved in the selected source repository and the
.sourceband/workflowsfolder in the branch
2. Workflow configuration

| Area | Description |
|---|---|
| ① Switch between Visual/YAML modes | |
| ② Edit information | |
| ③ Action | |
| ④ Visual | |
| ⑤ Action group | |
| ⑥ Action details | |
| ⑦ Set preceding action |

| Area | Description |
|---|---|
| ① YAML | You can configure the workflow by writing codes directly in YAML format. |

| Area | Description |
|---|---|
| ① Version | You can select from various available versions of an action. |
| ② Action YAML | You can preview the YAML definition of the selected version of the action. |
| ③ Add to workflow | After selecting a version, click the [Add to workflow] button to add that version of the action to the workflow. |
3. Final confirmation
After reviewing the settings, click the [Save] button.
View workflow details
- From the SourceBand project page, click CI/CD > Workflow to go to the workflow list page.
- In the workflow list row, click the name of the workflow you want to check.
- You can check the details of the selected workflow.
- Click the [Open YAML] button at the top to view the configured YAML definition file.
- Click an action to view the details of its configuration.
Edit workflow
From the workflow list page
- From the SourceBand project page, click CI/CD > Workflow to go to the workflow list page.
- To edit a workflow, click the ⋯ > [Edit] button on the right side of the workflow you want to edit.
- Edit the workflow.
- For more information, see 2. Workflow configuration in Create workflow.
- After completing your edits, click the [Save] button.
From the workflow details page
- From the SourceBand project page, click CI/CD > Workflow to go to the workflow list page.
- In the workflow list row, click the name of the workflow you want to check.
- Click the [Edit] button.
- Edit the workflow.
- For more information, see 2. Workflow configuration in Create workflow.
- After completing your edits, click the [Save] button.
Delete workflow
- From the SourceBand project page, click CI/CD > Workflow to go to the workflow list page.
- To delete a workflow, click the ⋯ > [Delete] button on the right side of the workflow you want to delete.
- Enter the name of the workflow you want to delete into the Delete workflow popup window and click the [Delete] button.
Caution
When a workflow is deleted, the corresponding YAML definition file in the repository is also deleted.