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?
  • AI Automation Suite
    • Intro
    • AI Agent
      • Web3 Data Fetcher Tool (powered by Uniblock)
      • MCP Server
  • Choosing AI Model
  • 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
  • Scheduled Workflow
  • Configuration Details
  • Additional Configurations
  1. Automate
  2. Trigger Set Up

Scheduled / Manual Trigger

The Scheduled / Manual Trigger allows users to configure workflows to run on a predefined schedule or trigger them manually when needed. This flexibility is particularly useful for tasks requiring regular intervals or precise timing.

Scheduled Workflow

Users can define schedules based on the following frequencies:

  • Minutes, Hours, Days: Repeated executions at regular time intervals.

  • Weeks: Run workflows on specific days of the week.

  • Months: Execute workflows on specified days of the month.

Configuration Details

  1. Minutes, Hours, Days:

    1. Select the schedule type: Minutes, Hours, or Days.

    2. Set the frequency of repetition (e.g., every 5 minutes, every 2 hours).

  2. Weeks:

    1. Choose specific days of the week for the workflow to run (e.g., Monday, Wednesday, Friday).

    2. Define the start time for them.

  3. Months:

    1. Pick a specific day of the month (e.g., the 15th).

    2. Define the start time for the workflow. Note: If a selected day is unavailable (e.g., February 30th), the workflow will automatically run on the last available day of that month.

Additional Configurations

  1. Run Time

    1. Users can specify the starting time for the workflow by configuring the “Starting at” field.

    2. For Minutes, Hours, and Days, if the chosen time is earlier than the current time, the workflow will execute immediately after deployment.

  2. Set Run Limit

    1. Users can limit the total number of runs by defining a specific number of executions (e.g., “Run the workflow only 10 times”).

PreviousTrigger Set UpNextSmart Contract-based Trigger

Last updated 5 months ago