awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kestra-io/kestrakestra-io 的头像

    kestra-io/kestra

    27,073在 GitHub 上查看↗

    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
    在 GitHub 上查看↗27,073
  • prefecthq/prefectPrefectHQ 的头像

    PrefectHQ/prefect

    21,640在 GitHub 上查看↗

    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
    在 GitHub 上查看↗21,640
  • automaapp/automaAutomaApp 的头像

    AutomaApp/automa

    21,425在 GitHub 上查看↗

    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
    在 GitHub 上查看↗21,425
  • automatisch/automatischautomatisch 的头像

    automatisch/automatisch

    13,704在 GitHub 上查看↗

    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
    在 GitHub 上查看↗13,704
  • j3ssie/osmedeusj3ssie 的头像

    j3ssie/Osmedeus

    6,425在 GitHub 上查看↗

    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
    在 GitHub 上查看↗6,425
  1. Home
  2. Development Tools & Productivity
  3. Workflow Parameter Schemas

探索子标签

  • 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.