Activepieces home pagelight logodark logo
  • Github
  • Get Started
  • Get Started
Learn
Develop Pieces
Deploy
API
  • Discord
  • Pieces
  • Get Started
    • Overview
    Endpoints
    • Projects
    • Project Members
    • Connections
    • Flows
      • Flow Schema
      • POST
        Create Flow
      • POST
        Apply Flow Operation
      • GET
        Get Flow
      • GET
        List Flows
      • DEL
        Delete Flow
    • Pieces
    • Git Sync
    Flows

    Flow Schema

    The schema is of type object.

    Suggest editsRaise issue
    Delete ConnectionCreate Flow
    websitegithubdiscord
    Powered by Mintlify
    Copy
    Ask AI
    {
      "id": "<string>",
      "created": "<string>",
      "updated": "<string>",
      "projectId": "<string>",
      "folderId": "<string>",
      "status": "ENABLED",
      "schedule": {
        "type": "CRON_EXPRESSION",
        "cronExpression": "<string>",
        "timezone": "<string>"
      },
      "publishedVersionId": "<string>"
    }
    Assistant
    Responses are generated using AI and may contain mistakes.