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:
- Workflows Overview - Introduction to workflows and their capabilities
- Create Workflow - Build a workflow from scratch
- Create a Workflow from a Template - Start with pre-built templates
- Workflow Templates - Explore available workflow templates
Working with Workflows
Manage and share your workflow executions:
- Share Workflow Execution - Share results with team members
- Exporting Workflow Execution - Export execution data
- LLM Model Name in Workflow - Configure AI models for workflows
Moving Workflows Between Projects
You can move a workflow from one project to another by changing its project assignment:
- Open the workflow for editing (click Edit from the workflow card actions menu).
- Open Workflow Config → Basic tab.
- Change the Project name dropdown to the desired target project.
- 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
- Overview - Configuration guide introduction
- Introduction & Getting Started - Core concepts and first workflow
- Configuration Reference - Complete YAML reference
- Workflow States - State types and configuration
- State Transitions - Control flow and branching
- Context Management - Share data between states
Advanced Topics
- Advanced Features - Map-reduce, memory, retry policies
- Specialized Node Types - Custom node implementations
- Integration Capabilities - Connect external systems
Resources
- Best Practices - Design principles and optimization
- Complete Examples - Real-world workflow examples
- Troubleshooting - Debug and resolve issues