{"id":21030635,"url":"https://github.com/workfloworchestrator/orchestrator-core","last_synced_at":"2026-06-02T10:01:08.401Z","repository":{"id":37823953,"uuid":"302251741","full_name":"workfloworchestrator/orchestrator-core","owner":"workfloworchestrator","description":"The workflow orchestrator core repository","archived":false,"fork":false,"pushed_at":"2026-05-26T07:45:48.000Z","size":20998,"stargazers_count":67,"open_issues_count":101,"forks_count":23,"subscribers_count":17,"default_branch":"main","last_synced_at":"2026-05-26T09:32:37.051Z","etag":null,"topics":["orchestrator","python"],"latest_commit_sha":null,"homepage":"https://workfloworchestrator.org/orchestrator-core","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/workfloworchestrator.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/contributing/development.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-10-08T06:31:34.000Z","updated_at":"2026-05-26T07:45:50.000Z","dependencies_parsed_at":"2026-01-12T10:08:35.790Z","dependency_job_id":"c87a8bc9-a8eb-458b-97d8-d7c7a531e799","html_url":"https://github.com/workfloworchestrator/orchestrator-core","commit_stats":{"total_commits":288,"total_committers":17,"mean_commits":"16.941176470588236","dds":0.71875,"last_synced_commit":"74c66cf79c29f7a8a7395dd87bf1606cea924440"},"previous_names":[],"tags_count":318,"template":false,"template_full_name":null,"purl":"pkg:github/workfloworchestrator/orchestrator-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workfloworchestrator%2Forchestrator-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workfloworchestrator%2Forchestrator-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workfloworchestrator%2Forchestrator-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workfloworchestrator%2Forchestrator-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workfloworchestrator","download_url":"https://codeload.github.com/workfloworchestrator/orchestrator-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workfloworchestrator%2Forchestrator-core/sbom","scorecard":{"id":489487,"data":{"date":"2025-07-21","repo":{"name":"github.com/workfloworchestrator/orchestrator-core","commit":"3ab3628656361a0da6dd7e33ef094b7e188c95b6"},"scorecard":{"version":"v5.2.1-23-gc890b972","commit":"c890b9726ee1b17d989f84e79873b38836e8e6fa"},"score":6.4,"checks":[{"name":"Code-Review","score":8,"reason":"Found 22/25 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#maintained"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/build-push-container.yml:15","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:26","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:25","Warn: no topLevel permission defined: .github/workflows/build-push-container.yml:1","Warn: no topLevel permission defined: .github/workflows/changelog.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Warn: no topLevel permission defined: .github/workflows/gh-pages.yml:1","Warn: no topLevel permission defined: .github/workflows/issues.yml:1","Warn: no topLevel permission defined: .github/workflows/publish-package.yml:1","Warn: no topLevel permission defined: .github/workflows/run-codspeed-tests.yml:1","Warn: no topLevel permission defined: .github/workflows/run-linting-tests.yml:1","Warn: no topLevel permission defined: .github/workflows/run-unit-tests.yml:1","Warn: no topLevel permission defined: .github/workflows/scheduled-build.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#token-permissions"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#license"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#binary-artifacts"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#branch-protection"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-push-container.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/build-push-container.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-push-container.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/build-push-container.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-push-container.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/build-push-container.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-push-container.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/build-push-container.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-push-container.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/build-push-container.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/changelog.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/changelog.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/gh-pages.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/gh-pages.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/gh-pages.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/gh-pages.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/issues.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/issues.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-package.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/publish-package.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-package.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/publish-package.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-codspeed-tests.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/run-codspeed-tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/run-codspeed-tests.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/run-codspeed-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-codspeed-tests.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/run-codspeed-tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/run-codspeed-tests.yml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/run-codspeed-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-linting-tests.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/run-linting-tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/run-linting-tests.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/run-linting-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-linting-tests.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/run-linting-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/run-unit-tests.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/run-unit-tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/run-unit-tests.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/run-unit-tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/run-unit-tests.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/run-unit-tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/scheduled-build.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/scheduled-build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/scheduled-build.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/workfloworchestrator/orchestrator-core/scheduled-build.yml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:2","Warn: containerImage not pinned by hash: Dockerfile:13: pin your Docker image by updating python:3.11-slim to python:3.11-slim@sha256:bbfdc132301b3257cbf23c65c26329572575385e7b9ad80ec6d7df3c5cd47f36","Warn: pipCommand not pinned by hash: Dockerfile:8","Warn: pipCommand not pinned by hash: Dockerfile:9","Warn: pipCommand not pinned by hash: Dockerfile:18","Warn: downloadThenRun not pinned by hash: .github/workflows/scheduled-build.yml:40","Info:   0 out of  12 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  15 third-party GitHubAction dependencies pinned","Info:   0 out of   1 downloadThenRun dependencies pinned","Info:   0 out of   2 containerImage dependencies pinned","Info:   1 out of   4 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#pinned-dependencies"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/build-push-container.yml:12"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#packaging"}},{"name":"SAST","score":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/c890b9726ee1b17d989f84e79873b38836e8e6fa/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T18:41:12.933Z","repository_id":37823953,"created_at":"2025-08-19T18:41:12.934Z","updated_at":"2025-08-19T18:41:12.934Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33816488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["orchestrator","python"],"created_at":"2024-11-19T12:19:34.672Z","updated_at":"2026-06-02T10:01:08.369Z","avatar_url":"https://github.com/workfloworchestrator.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Orchestrator-Core\n\n[![Downloads](https://pepy.tech/badge/orchestrator-core/month)](https://pepy.tech/project/orchestrator-core)\n[![codecov](https://codecov.io/gh/workfloworchestrator/orchestrator-core/branch/main/graph/badge.svg?token=5ANQFI2DHS)](https://codecov.io/gh/workfloworchestrator/orchestrator-core)\n[![pypi_version](https://img.shields.io/pypi/v/orchestrator-core?color=%2334D058\u0026label=pypi%20package)](https://pypi.org/project/orchestrator-core)\n[![Supported python versions](https://img.shields.io/pypi/pyversions/orchestrator-core.svg?color=%2334D058)](https://pypi.org/project/orchestrator-core)\n![Discord](https://img.shields.io/discord/1295834294270558280?style=flat\u0026logo=discord\u0026label=discord\u0026link=https%3A%2F%2Fdiscord.gg%fQkQn5ajFR)\n\n\u003cp style=\"text-align: center\"\u003e\u003cem\u003eProduction ready Orchestration Framework to manage product lifecycle and workflows. Easy to use, built on top of FastAPI and Pydantic\u003c/em\u003e\u003c/p\u003e\n\n## Documentation\n\nThe documentation can be found at [workfloworchestrator.org](https://workfloworchestrator.org/orchestrator-core/).\n\n## Installation (quick start)\n\nSimplified steps to install and use the orchestrator-core.\nFor more details, read the [Getting started](https://workfloworchestrator.org/orchestrator-core/getting-started/base/) documentation.\n\n### Step 1 - Install the package\n\nCreate a virtualenv and install the orchestrator-core.\n\n```shell\npython -m venv .venv\nsource .venv/bin/activate\npip install orchestrator-core\n```\n\n### Step 2 - Setup the database\n\nCreate a postgres database:\n\n```shell\ncreateuser -sP nwa\ncreatedb orchestrator-core -O nwa  # set password to 'nwa'\n```\n\nConfigure the database URI in your local environment:\n\n```\nexport DATABASE_URI=postgresql+psycopg://nwa:nwa@localhost:5432/orchestrator-core\n```\n\n### Step 3 - Create main.py and wsgi.py\n\nCreate a `main.py` file for running the CLI.\n\n```python\nfrom orchestrator.core.cli.main import app as core_cli\n\nif __name__ == \"__main__\":\n    core_cli()\n```\n\nCreate a `wsgi.py` file for running the web server.\n\n```python\nfrom orchestrator.core import OrchestratorCore\nfrom orchestrator.core.settings import AppSettings\n\napp = OrchestratorCore(base_settings=AppSettings())\napp.register_graphql()\n```\n\n### Step 4 - Run the database migrations\n\nInitialize the migration environment and database tables.\n\n```shell\npython main.py db init\npython main.py db upgrade heads\n```\n\n### Step 5 - Run the app\n\n```shell\nexport OAUTH2_ACTIVE=False\nuvicorn --reload --host 127.0.0.1 --port 8080 wsgi:app\n```\n\nVisit the [ReDoc](http://127.0.0.1:8080/api/redoc) or [OpenAPI](http://127.0.0.1:8080/api/docs) page to view and interact with the API.\n\n## Contributing\n\nWe use [uv](https://docs.astral.sh/uv/getting-started/installation/) to manage\ndependencies. Unit tests need no services; integration tests use\n[testcontainers](https://testcontainers-python.readthedocs.io/) to spin up\nPostgres + Redis on demand (Docker required).\n\nTo get started, follow these steps:\n\n```shell\n# on your local machine\ngit clone https://github.com/workfloworchestrator/orchestrator-core\ncd orchestrator-core\njust pytest                              # Run unit tests\njust pytest test/integration_tests       # Run integration tests (testcontainers)\njust pytest -vx                          # Stop at first failed test\njust pytest --last-failed                # re-run only failed tests\n```\n\nFor more details please read the [development docs](https://workfloworchestrator.org/orchestrator-core/contributing/development/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkfloworchestrator%2Forchestrator-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkfloworchestrator%2Forchestrator-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkfloworchestrator%2Forchestrator-core/lists"}