Skip to main content
Version: 2025-09-11

Activity

Understanding the activity screen

A table view is presented upon accessing the activity screen. This view organises changes and workflow runs into a structured table that displays key information at a glance.

Activity details

Activity table view screen

Each row includes:

ColumnDescription
TargetIndicates the project, environment or asset against which the activity was run.
ActionThe action that was executed.
StatusShows the current status of the activity with colour-coded indicators.
ScheduledWhether the activity was triggered by a schedule or manually by a user.
Started byThe user who initiated the activity.
Last updatedTimestamp for when the activity was last updated - its last status transition.
MetadataThe metadata for the activity.
RevisionThe Git reference used for the activity either as Git repository + revision name or the template version name for changes. It shows the workflow version for workflow runs.
Buttons & linksFunction
Search barFilter the contents of the table based on these criteria.
ColumnsHide or display columns in the table.

Click on a specific activity row in the table and you will be taken to the details screen for more in-depth information about that activity. See the activity details UI reference guide.

Running an activity

Run change

Run change screen

To initiate a new change:

  1. Click the run -> run change button.
  2. Fill in all the mandatory details in the form, such as project, action, and Git remote.
  3. After selecting a project, the environment and asset dropdowns will be populated with the available environments and assets for the project. If an environment is selected, the asset dropdown will be populated with the available assets for the environment.
  4. If you'd like to schedule the change, you can do so by using the Schedule tab.
  5. You can add custom notification settings for the change using the Notify tab.
  6. You can add properties overrides for the change using the Properties overrides tab.
  7. Also, you can add comments and other information in the Metadata tab. You can later use the metadata to filter the activity table.
  8. Confirm the creation by clicking the Run change button.

Once the change is created, it will automatically appear in the activity table. You will be able to see the change being executed and the progress of the execution. You can also view the specific details for any change that is running.

Run workflow

Run workflow screen

To initiate a new workflow run:

  1. Click the run -> run workflow button.
  2. Fill in all the mandatory details in the form, such as project, workflow, and published workflow version.
  3. After selecting a project, the workflow dropdown will be populated with the available workflows for the project. Only workflows that have been published at least once will be available.
  4. Once a workflow is selected, the published workflow version dropdown will be populated with the workflow's published versions.
  5. If you'd like to schedule the workflow run, you can do so by enabling the Schedule workflow slider.
  6. You can add properties overrides for the workflow run by enabling the Properties overrides slider.
  7. Also, you can add comments for this specific workflow run in the Comments text area. You can later filter the activity table by the text in the comments.
  8. Confirm the creation by clicking the Run workflow button.

Once the workflow run is created, it will automatically appear in the activity table. You will be able to see the workflow run being executed and the progress of the execution. You can also view the specific details for any workflow run that is running.