{"id":18777544,"url":"https://github.com/onify/blueprint-flow-input-output-example","last_synced_at":"2026-03-19T06:20:01.421Z","repository":{"id":113735761,"uuid":"342618379","full_name":"onify/blueprint-flow-input-output-example","owner":"onify","description":"Onify Blueprint: Flow Input and Output example","archived":false,"fork":false,"pushed_at":"2022-06-27T07:02:18.000Z","size":395,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-19T17:12:51.172Z","etag":null,"topics":["blueprint","flow","onify","onify-blueprint","onify-blueprints","rest-api","restful-api"],"latest_commit_sha":null,"homepage":"https://onify.co","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-26T15:30:56.000Z","updated_at":"2022-06-27T07:02:21.000Z","dependencies_parsed_at":"2023-11-24T13:45:33.702Z","dependency_job_id":null,"html_url":"https://github.com/onify/blueprint-flow-input-output-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/onify/blueprint-flow-input-output-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fblueprint-flow-input-output-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fblueprint-flow-input-output-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fblueprint-flow-input-output-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fblueprint-flow-input-output-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onify","download_url":"https://codeload.github.com/onify/blueprint-flow-input-output-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fblueprint-flow-input-output-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28760646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T20:56:06.009Z","status":"ssl_error","status_checked_at":"2026-01-25T20:54:48.203Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["blueprint","flow","onify","onify-blueprint","onify-blueprints","rest-api","restful-api"],"created_at":"2024-11-07T20:11:38.690Z","updated_at":"2026-01-25T22:29:53.051Z","avatar_url":"https://github.com/onify.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"![Onify Blueprints](https://files.readme.io/8ba3f14-onify-blueprints-logo.png)\n\n[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)\n\n# Onify Blueprint: Flow Input and Output example\n\nWant to start a process in the background with input parameters? Here is how! This will also return back output in the process that you can use. You can very easy now connect a Onify workflow/flow (BPMN) using our powerful REST-API to your own system.\n\n![Onify Blueprint: Flow Input and Output example](blueprint.jpg \"Blueprint\")\n\n## Requirements\n\n* Onify Hub v2\n* Onify Flow license\n* Camunda Modeler 4.4 or later \n\n## Included\n\n* 1 x Flows\n\n## Setup\n\n### Flows\n\n#### Deploy\n\n1. Open `flow-input-output-example.bpmn` in Camunda Modeler\n2. Click `Deploy current diagram` and follow the steps\n\n#### Run \n\n##### Run from modeler\n\n1. Open `flow-input-output-example.bpmn` in Camunda Modeler\n2. Run the flow by clicking `Start current diagram`\n\n##### Run via API request\n\nHere is a curl example:\n\n`curl -X POST \"http://localhost:8181/api/v2/admin/processes/start/flow-input-output-example\" -H \"accept: application/json\" -H \"authorization: \u003cAUTH_TOKEN\u003e\" -H \"Content-Type: application/json\" -d \"{ \\\"title\\\": \\\"Test\\\", \\\"input\\\": {\\\"userId\\\" : 2}}\"`\n\n#### Check results\n\n**Check results via APP url:**\n\n`http://localhost:3000/api/v2/my/processes/\u003cPROCESSID\u003e/output`\n\n**Check results via API (and curl):**\n\n`curl -X GET \"http://localhost:8181/api/v2/admin/processes/\u003cPROCESSID\u003e/output\" -H \"accept: application/json\" -H \"authorization: \u003cAUTH_TOKEN\u003e\"`\n\n## Support\n\n* Community/forum: https://support.onify.co/discuss\n* Documentation: https://support.onify.co/docs\n* Support and SLA: https://support.onify.co/docs/get-support\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonify%2Fblueprint-flow-input-output-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonify%2Fblueprint-flow-input-output-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonify%2Fblueprint-flow-input-output-example/lists"}