Run workflows

Prev Next

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.

  1. From the SourceBand project page, click CI/CD > Workflow to go to the workflow page.
  2. In the workflow list row, click the name of the workflow you want to run.
  3. 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:

  1. Go to the execution page of the workflow in progress.
  2. 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:

  1. From the SourceBand project page, click CI/CD > Workflow to go to the workflow page.
  2. Click All execution history at the top of the screen.
  3. 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:

  1. From the SourceBand project page, click CI/CD > Workflow to go to the workflow list page.
  2. In the workflow list row, click the name of the workflow you want to check.
  3. Click Execution results at the top of the screen.
  4. Click the item you want to check in the execution history on the left of the page.
Note
  • 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:

SourceBand-workflow-use-run_workflow_run_detail

[Screenshot]

Area Description
① View YAML information
  • Click to view the YAML information of the workflow.
  • ② Execution basic information
  • Displays executor, start time, end time, and execution status.
  • Click cancel to stop the workflow execution.
  • ③ Execution results
  • Shows the workflow execution results in a visual format.
  • Click an action card to view execution settings and logs for each action.
  • ④ Action execution logs
  • Click log to view the execution logs of the action.
  • Log format may vary by action, and there is no retention period limit.
  • ⑤ Action execution settings information
  • Click settings to view the action's settings details.