{"id":16849897,"url":"https://github.com/rustyx/visualize_webflow","last_synced_at":"2025-06-17T13:37:05.728Z","repository":{"id":21877694,"uuid":"25201329","full_name":"rustyx/visualize_webflow","owner":"rustyx","description":"Spring WebFlow visualization utility","archived":false,"fork":false,"pushed_at":"2014-10-16T09:48:32.000Z","size":232,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T08:11:18.715Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rustyx.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}},"created_at":"2014-10-14T10:25:51.000Z","updated_at":"2025-01-30T10:06:37.000Z","dependencies_parsed_at":"2022-08-20T01:30:54.903Z","dependency_job_id":null,"html_url":"https://github.com/rustyx/visualize_webflow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rustyx/visualize_webflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyx%2Fvisualize_webflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyx%2Fvisualize_webflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyx%2Fvisualize_webflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyx%2Fvisualize_webflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rustyx","download_url":"https://codeload.github.com/rustyx/visualize_webflow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyx%2Fvisualize_webflow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260370508,"owners_count":22998842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-13T13:17:51.333Z","updated_at":"2025-06-17T13:37:00.711Z","avatar_url":"https://github.com/rustyx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# visualize_webflow\n\n### - Spring WebFlow visualization utility\n\nThis python script processes spring webflow configuration (flow.xml files) and makes a graph of the flow states using graphviz dot utility.\n\n**Note - [python](https://www.python.org/downloads/) and [graphviz](http://www.graphviz.org/Download.php)** must be available on the PATH.\n\n```\nusage: visualize_webflow.py [-h] [-d] [-s] [--skip-flows SKIPFLOWS]\n                            [--skip-states SKIPSTATES]\n                            [--split-states SPLITSTATES]\n                            [--merge-states-min-inputs MERGEMINTOTAL]\n                            [--merge-states-min-common-inputs MERGEMINCOMMON]\n                            [--merge-states-max-diff-inputs MERGEMAXDIFF]\n                            [--hide-conditions]\n                            [--flow-id-path-steps FLOW_ID_PATH_STEPS]\n                            [-o OUTPUT] [-v]\n                            input\n\npositional arguments:\n  input                 the path to \u003cwebflow-servlet.xml\u003e or \u003cflow.xml\u003e\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -d, --dot             invoke DOT to generate a PDF for each flow (requires\n                        -o or -s)\n  -s, --split           split output by subflow\n  --skip-flows SKIPFLOWS\n                        comma-separated list of subflows to skip\n  --skip-states SKIPSTATES\n                        comma-separated list of states to skip\n  --split-states SPLITSTATES\n                        comma-separated list of states to split (for\n                        frequently used states)\n  --merge-states-min-inputs MERGEMINTOTAL\n                        auto-merge states with at least this many inputs\n                        (default 5)\n  --merge-states-min-common-inputs MERGEMINCOMMON\n                        auto-merge states with at least this many common\n                        inputs (default 3)\n  --merge-states-max-diff-inputs MERGEMAXDIFF\n                        auto-merge states with at most this many different\n                        inputs (default 7)\n  --hide-conditions     hide decision state conditions\n  --flow-id-path-steps FLOW_ID_PATH_STEPS\n                        how many steps in the flow.xml path to use as flow ID\n                        (default 1)\n  -o OUTPUT, --output OUTPUT\n                        output DOT file name (ignored if -s is specified)\n  -v, --verbose         be verbose\n```\n\n### Example output\n\n![example output](https://raw.githubusercontent.com/rustyx/visualize_webflow/samples/booking-portlet-mvc.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustyx%2Fvisualize_webflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustyx%2Fvisualize_webflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustyx%2Fvisualize_webflow/lists"}