Product Documentation
  • 👋Welcome to K3 Labs
  • Getting Started
    • Quick Start Guide
  • Automate
    • How to create a Workflow
    • Design Page: Key Sections
    • Trigger Set Up
      • Scheduled / Manual Trigger
      • Smart Contract-based Trigger
        • Token Smart Contracts Trigger Examples
        • Swap/Staking Smart Contracts Examples
        • NFT Collection Smart Contracts Examples
      • Wallet event-based
    • Functions Overview
      • Details on Read functions datapoints
      • Transform Function Details
        • Transform Custom Formula
      • JSON Data Preview
      • Custom Inputs
    • What are Actions?
  • Deploy
    • Deploy Page
    • Project Creation
  • Integrations
    • Coinbase
    • Slack
    • Telegram
    • Cubist Wallet
    • Safe Wallet
    • Hyperliquid
  • Stellar Blockchain
  • Tech Documentation
    • K3 Framework
      • Abstract
      • K3 Consensus
    • Networks & Usage
    • K3 Wasm
      • K3 Wasm Rust SDK
      • K3 Wasm Internal Specifications
    • Operator onboarding
Powered by GitBook
On this page
  1. Automate

How to create a Workflow

PreviousQuick Start GuideNextDesign Page: Key Sections

Last updated 4 months ago

Creating a workflow in K3 Labs is a straightforward process. Follow these steps to set up and deploy your workflow:

  1. Configure the Trigger. Using Schedule / Trigger function, select a starting point of the workflow by choosing either frequency of the execution or event that would trigger the execution.

  2. Drag and Drop Desired Functions. Select the functions you need from the Functions tab and drag them into the Main Workflow Editing Section.

  3. Connect the Functions. Connect the functions by dragging the input and output arrows to define the flow of data between them. Please note that one function output can only be connected to one input.

  4. Enter Function Parameters. In the Functions Parameters Section on the right-hand side, enter the required parameters for each function.

  5. Deploy the Workflow. Once verified, deploy the workflow by pressing the Deploy button.