FLOW
  • FLOW
  • Getting Started with FLOW
    • Overview
    • The Basics
      • FLOW Concepts
      • Events & Schemas
        • Event Metadata
        • Sample Event
        • Sample Schema
      • Connections
    • Architecture
    • FLOW Schedule
      • Cron Expression
  • Stages
    • Validations
    • Transform
    • Actions
    • Mapper
  • Recipes
  • Scripts
  • Webhooks
  • REST Connector
  • Flow Monitoring
  • Live Monitoring
  • Advanced Topics
    • Post Process
    • Naming Policy
    • Manage Patches
  • Installation
  • FAQ
  • Tutorials
    • Creating a Connection
    • Creating a Flow
    • Creating a Script
    • Creating a Recipe
  • How To
    • OTBI Input
    • CSV File from Amazon S3
  • Changelog
  • Environment Variables
  • Data Security & Privacy
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started with FLOW

FLOW Schedule

PreviousArchitectureNextCron Expression

Last updated 5 years ago

Was this helpful?

There are three types of Input available in FLOW.

  • Pull

    • e.g. Salesforce, Oracle, MySQL etc. which runs at a regular interval and polls for any changes in the source system.

  • Push

    • Webhook to which the events get pushed by the source system

  • CDC

    • e.g. Oracle CDC, MySQL CDC which listens for changes in real-time

All the pull inputs will be scheduled based on the Schedule Policy chosen at the time of flow creation.

  1. Fixed Interval - use this to schedule every x minutes

  2. After Parent Flow - use this to define dependency between flows. You can choose to run this flow soon after the parent flow runs irrespective of the status.

  3. After Parent Flow Success - similar to the above, but only runs if the parent flow completed without any errors.

  4. After Parent Flow Failure - similar to the above, but only runs when the parent flow completed with errors.

- use this to schedule at a specific time of the day or day of the week/month etc using a cron expression

Cron Expression