Available in VPC
Running workflows enables fast and reliable execution of repetitive CI/CD tasks. This helps improve both speed and stability by automating the entire process from software development to deployment.
This section explains how to run a workflow and check the execution results.
Run workflows
To run a workflow, follow these steps:
Run from console
Run a workflow directly from the SourceBand console.
- From the SourceBand project page, click CI/CD > Workflow to go to the workflow page.
- In the workflow list row, click the name of the workflow you want to run.
- Click the [Run] button at the top of the page.
Run with triggers
Automatically run a workflow using a workflow trigger.
For more information on setting triggers, see Manage workflows.
Cancel workflow execution
To cancel a workflow that is currently in progress, follow these steps:
- Go to the execution page of the workflow in progress.
- For more information, see Check workflow execution history.
- Click the [Stop execution] button shown on the workflow execution page.
Check execution history
To check workflow execution history, follow these steps:
Check all workflow execution history in the project
To check all workflow execution history and detailed results within a project, follow these steps:
- From the SourceBand project page, click CI/CD > Workflow to go to the workflow page.
- Click All execution history at the top of the screen.
- In the execution history list, click the item you want to check.
Check execution history of a specific workflow
To check all execution history and detailed results for a specific workflow, follow these steps:
- 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 Execution results at the top of the screen.
- Click the item you want to check in the execution history on the left of the page.
- Even if the name of the workflow is changed, the existing execution results are not deleted as long as the name of the workflow definition file remains the same.
Execution results page
The following is a description of each item of the execution results page:

[Screenshot]
| Area | Description |
|---|---|
| ① View YAML information | |
| ② Execution basic information | |
| ③ Execution results | |
| ④ Action execution logs | |
| ⑤ Action execution settings information |