{"id":20982502,"url":"https://github.com/xcaptain/flowable-demo","last_synced_at":"2026-04-28T10:06:22.986Z","repository":{"id":83566472,"uuid":"165210429","full_name":"xcaptain/flowable-demo","owner":"xcaptain","description":"A demo workflow project using flowable and spring boot 2","archived":false,"fork":false,"pushed_at":"2019-01-16T09:29:08.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-30T17:57:26.741Z","etag":null,"topics":["flowable","flowable-examples","workflow"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xcaptain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-01-11T08:47:54.000Z","updated_at":"2019-01-16T09:30:44.000Z","dependencies_parsed_at":"2023-07-07T19:32:52.744Z","dependency_job_id":null,"html_url":"https://github.com/xcaptain/flowable-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xcaptain/flowable-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcaptain%2Fflowable-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcaptain%2Fflowable-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcaptain%2Fflowable-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcaptain%2Fflowable-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xcaptain","download_url":"https://codeload.github.com/xcaptain/flowable-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcaptain%2Fflowable-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32375750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T09:24:15.638Z","status":"ssl_error","status_checked_at":"2026-04-28T09:24:15.071Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["flowable","flowable-examples","workflow"],"created_at":"2024-11-19T05:45:49.719Z","updated_at":"2026-04-28T10:06:22.971Z","avatar_url":"https://github.com/xcaptain.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flowable-demo\n\ndemo based on [flowable blog](https://blog.flowable.org/2018/12/19/building-your-own-flowable-spring-boot-application/)\n\n## build\n\n1. `./mvnw install`\n2. in vscode press F5 to debug\n\n`pom.xml` contains postgresql dependency, add a custom `FlowableConfiguration` class to load flowable configuration on startup.\n\nif the error log says:\n\n```log\nCould not update Flowable database schema: unknown version from database: '6.4.1.3'\n```\n\nthen run `select * from act_ge_property` to see if flowable version is not correct, detailed discuss see [https://forum.flowable.org/t/flowable-database-exception/797/2](https://forum.flowable.org/t/flowable-database-exception/797/2)\n\nBecause I have built flowable from source, so my database upgraded to `6.4.1.3`, to fix this error, just change `flowable-spring-boot-starter-rest` version to `6.4.1-SNAPSHOT`\n\nDon't know why `flowable.cfg.xml` can't atomatically registered, so I wrote a `EventRegisterCommandLineRunner` to register event listener at app startup.\n\n## test\n\nget process definitions:\n\n```sh\ncurl -i --user flowfest-rest:test 'localhost:8088/latest-definitions/'\n```\n\nget tasks:\n\n```sh\ncurl -i --user flowfest-rest:test 'localhost:8088/process-api/runtime/tasks/'\n```\n\n## using docker\n\nbuild\n\n```sh\ndocker build -t xcaptain/flowable-demo .\n```\n\nrun\n\n```sh\ndocker run --rm -p 8088:8088 -e SPRING_DATASOURCE_DRIVER-CLASS-NAME=org.postgresql.Driver -e SPRING_DATASOURCE_URL=jdbc:postgresql://192.168.1.1:5432/flowable -e SPRING_DATASOURCE_USERNAME=flowable -e SPRING_DATASOURCE_PASSWORD=flowable --name flowable-demo xcaptain/flowable-demo:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxcaptain%2Fflowable-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxcaptain%2Fflowable-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxcaptain%2Fflowable-demo/lists"}