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
    • Deploying & Writing to a Stellar Smart Contract (Oracle Example)
  • 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
  • Top Bar Navigation
  • Left-Hand Side Menu
  • Main Workflow Editing Section
  • Right-Hand Side Menu (Functions Parameters)
  1. Automate

Design Page: Key Sections

PreviousHow to create a WorkflowNextTrigger Set Up

Last updated 4 months ago

Top Bar Navigation

  1. Pathway: Shows the current navigation path to the workflow being edited.

  2. Deploy Button: First, it tests each function within the workflow to ensure it works correctly before full deployment. Next, it finalises and deploys the workflow to run as specified.

Left-Hand Side Menu

Functions Tab: Contains a list of all available functions that can be dragged and dropped into the workflow. Templates Tab: Contains a library of pre-built workflow templates that can be customised and deployed instantly.

Main Workflow Editing Section

The Main Workflow Editing Section is where users design their workflows by dragging and dropping functions or templates from the left-hand side menu. Here’s how it works:

  1. Automation Editor Area: Build your workflow by dragging functions into the workspace. To ensure functions execute sequentially, connect them by linking the output of one function to the input of the next. Each connection creates a chain where data flows from one function to the next, carrying outputs from previous steps.

  2. Connections and Data Flow: The output of a function can only connect to the input of one other function. This ensures a clear and structured data flow within your workflow.

  3. Delete Button: Easily clear your entire workflow with the delete button, resetting the workspace for a fresh start.

  4. Zoom Controls: Adjust your view of the workflow with zoom buttons, allowing you to zoom in for precise adjustments or zoom out for a broader overview.

Right-Hand Side Menu (Functions Parameters)

The Right-Hand Side Menu is where users configure and customise the parameters for each specific function in their workflow. Here’s how it works:

  • Dynamic Function Settings: This menu automatically opens whenever you select a function in the workflow editor, displaying the specific settings and options for that function.

  • Parameter Configuration: Use this section to input and edit the required parameters, such as data sources, conditions, or outputs, to define how the function behaves and interacts with other connected functions.

  • Save Your Changes: After configuring a function, make sure to click the Save button to ensure your settings are applied. Unsaved changes may result in the function not operating as expected.