LogoLogo
  • Getting Started
    • Overview
    • How-to Guides & Tutorials
      • Video Tutorials
        • Building an Autonomous AI Agent for Twitter/X
        • Bulding Your Own Whale Tracking Agent
        • Building a Degen Agent that Apes in low-caps on Solana
      • How to Build Your First AI Agent
      • How to Choose the Right AI Model for Your Agent
      • How to Add and Configure Plugins
      • How to Set Up and Trigger Workflows
      • How to Launch and Tokenize Your AI Agent
      • How to Edit Your Published Agent
      • How to View Agent Wallet Activity
      • How to get a free Twitter/X API key
      • Official vs Unofficial X plugins. What's the difference?
      • How to Create a Telegram Bot & Get your Chat ID
      • How to Build a Copy-Trading AI Agent
      • Loomlay Troubleshooting Guide
  • LOOMLAY AI AGENTS
    • Introduction
    • Deploying agent live
    • Models
    • Plugins
    • Workflows
    • Workflow Triggers
      • Custom
      • Run on Repeat
      • New Message: Telegram
    • Agent Wallet
  • Terminal
    • Overview & Installation
  • Integration with workflows
  • Configuration & styling
  • Advanced features
  • Tokens
    • LAY Token
    • Agent Tokens
  • Pricing
    • Agent Developer
Powered by GitBook
On this page
  1. LOOMLAY AI AGENTS
  2. Workflow Triggers

Custom

Custom triggers allow workflows to be initiated by other workflows, enabling complex automation chains and workflow interdependency.

Using Custom Triggers

Basic Workflow Triggering

To trigger one workflow from another, use the following syntax in your instructions:

Trigger workflow 'workflow_name'

Example:

Trigger workflow 'token_analysis'

Triggering with Context

You can pass additional context data to the triggered workflow:

Trigger workflow 'workflow_name' and pass [context] as context

Example:

Trigger workflow 'token_analysis' and pass LAY as context

When context is passed:

  • The triggered workflow receives the context data

  • The workflow can use this context in its processing

  • This enables data sharing between workflows

  • Useful for creating workflow chains and dependencies

This context-passing capability is particularly valuable when:

  • Sharing analysis results between workflows

  • Passing configuration parameters

  • Creating workflow pipelines

  • Maintaining state across workflow executions

PreviousWorkflow TriggersNextRun on Repeat

Last updated 3 months ago