Skip to main content

How to Work With Workflows

Overview

This section covers how to work with Workflows in AI/Run CodeMie.


Getting Started

Learn the basics of creating and managing workflows:

Working with Workflows

Manage and share your workflow executions:

Moving Workflows Between Projects

You can move a workflow from one project to another by changing its project assignment:

  1. Open the workflow for editing (click Edit from the workflow card actions menu).
  2. Open Workflow ConfigBasic tab.
  3. Change the Project name dropdown to the desired target project.
  4. Click Save.

The workflow moves to the new project immediately. All configuration (states, transitions, and settings) is preserved.

Integrations

Integrations are not transferred between projects regardless of their level (project or user). If the workflow used integrations (e.g., Jira, Confluence, Git), you will need to recreate them in the target project.

info

You can only move a workflow to a project you have access to.


Workflow Configuration

YAML Configuration Guide

For building complex workflows, explore and use the comprehensive YAML configuration documentation.

Core Documentation

Advanced Topics

Resources