awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesWorkflow Parameter Schemas

Definitions for strongly-typed input parameters with validation rules and default values.

Distinguishing note: Focuses on schema-based validation for workflow execution parameters.

Explore 5 awesome GitHub repositories matching development tools & productivity · Workflow Parameter Schemas. Refine with filters or upvote what's useful.

Awesome Workflow Parameter Schemas GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • kestra-io/kestraAvatar von kestra-io

    kestra-io/kestra

    27,073Auf GitHub ansehen↗

    Kestra is a declarative workflow orchestrator designed to manage complex task dependencies and automated processes through versioned configuration files. It functions as a distributed platform that decouples task scheduling from execution by offloading computational workloads to a fleet of worker nodes. The system uses a reactive, event-driven engine to initiate workflows automatically in response to external signals, webhooks, schedules, or file system changes. The platform distinguishes itself through a modular plugin architecture that allows for the integration of custom tasks and external

    Defines strongly-typed inputs with validation and default values to ensure parameters are provided before execution.

    Javaautomationdata-orchestrationdevops
    Auf GitHub ansehen↗27,073
  • prefecthq/prefectAvatar von PrefectHQ

    PrefectHQ/prefect

    21,640Auf GitHub ansehen↗

    Prefect is a workflow orchestration platform designed to define, schedule, and monitor complex data pipelines as Python code. It functions as a container-native engine that wraps individual tasks in isolated environments, ensuring consistent dependencies and resource allocation across diverse infrastructure. By utilizing a state-machine-based orchestration model, the system tracks execution progress through discrete transitions and persistent event logs to maintain reliable and observable task processing. The platform distinguishes itself through a decoupled worker-API architecture, which sep

    Enforces data integrity by validating runtime inputs against defined schemas.

    Pythonautomationdatadata-engineering
    Auf GitHub ansehen↗21,640
  • automaapp/automaAvatar von AutomaApp

    AutomaApp/automa

    21,425Auf GitHub ansehen↗

    Automa is a browser-based automation platform that enables users to build, schedule, and execute repetitive web tasks through a visual, no-code interface. By operating as a browser extension, it provides a canvas-based environment where users construct workflows by connecting functional blocks to interact with web elements, manage browser state, and process data. The platform distinguishes itself through its deep integration with the browser environment, allowing for complex orchestration such as event-driven triggers, cross-origin request handling, and the ability to package workflows as sta

    Configures input fields to prompt for startup values, enabling dynamic data processing per execution.

    Vueautomationbrowser-automationbrowser-extension
    Auf GitHub ansehen↗21,425
  • automatisch/automatischAvatar von automatisch

    automatisch/automatisch

    13,704Auf GitHub ansehen↗

    Automatisch is an open-source, self-hosted automation platform designed to orchestrate multi-stage workflows across various third-party web services. It functions as a no-code integration engine that allows users to connect disparate applications, enabling the automated movement of data and the execution of tasks without manual intervention. By running the platform on private infrastructure, users maintain full control over their data and ensure compliance with internal security policies. The platform distinguishes itself through a focus on secure, local credential management and flexible int

    Fetches user-defined input values to dynamically configure triggers and actions during workflow execution.

    JavaScriptautomationautomatischlow-code
    Auf GitHub ansehen↗13,704
  • j3ssie/osmedeusAvatar von j3ssie

    j3ssie/Osmedeus

    6,425Auf GitHub ansehen↗

    Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp

    Validates workflow input parameters against security-specific types like domain, URL, and CIDR.

    Go
    Auf GitHub ansehen↗6,425
  1. Home
  2. Development Tools & Productivity
  3. Workflow Parameter Schemas

Unter-Tags erkunden

  • Security Target Type ValidatorsValidates workflow input parameters against security-specific types like domain, URL, CIDR, and file path. **Distinct from Workflow Parameter Schemas:** Distinct from general Workflow Parameter Schemas: validates security-specific target types (domain, CIDR, URL) rather than generic typed parameters.