SpiffWorkflow is a software development platform for building, running, and monitoring executable diagrams https://www.spiffworkflow.org/
Go to file
burnettk a49990337e Merge commit '9275b67b0dddac9628342741278c89f6f2bd3620' 2022-11-20 19:55:00 -05:00
.github/workflows Squashed 'flask-bpmn/' changes from 5e40777f..860f2387 2022-11-18 10:03:37 -05:00
SpiffWorkflow Merge commit 'd2af3e72523b5c26f1b4f031d6aff018bb451eee' 2022-11-20 19:48:29 -05:00
bin added lint fix for frontend to pyl w/ burnettk cullerton 2022-11-16 13:03:59 -05:00
bpmn-js-spiffworkflow minor fixes to the Bpmn-js-subworkflow spec. 2022-11-16 16:31:47 -05:00
connector-proxy-demo Merge commit 'a2dd2bb2410b676a6a7cb004a059e62b2f418727' as 'connector-proxy-demo' 2022-11-18 13:27:01 -05:00
flask-bpmn Merge commit 'f2b16112347ea193b717306e0ab4e1226cd66d16' 2022-11-18 10:03:37 -05:00
spiffworkflow-backend Merge commit '9275b67b0dddac9628342741278c89f6f2bd3620' 2022-11-20 19:55:00 -05:00
spiffworkflow-frontend Frontend label changes (#54) 2022-11-20 14:53:27 -05:00
.darglint added some base stuff to get pyl working 2022-10-27 09:15:56 -04:00
.flake8 added some base stuff to get pyl working 2022-10-27 09:15:56 -04:00
.gitignore Squashed 'connector-proxy-demo/' content from commit fb5c24e 2022-11-18 13:27:01 -05:00
.pre-commit-config.yaml re-order imports the way backend always used to 2022-10-31 09:25:35 -04:00
.tool-versions Move to Python 3.11 (#27) 2022-11-09 13:45:16 -05:00
LICENSE Squashed 'connector-proxy-demo/' content from commit fb5c24e 2022-11-18 13:27:01 -05:00
README.md Squashed 'connector-proxy-demo/' content from commit fb5c24e 2022-11-18 13:27:01 -05:00
poetry.lock Squashed 'spiffworkflow-backend/' changes from 55f5c8113..52fad891c 2022-11-20 19:48:30 -05:00
pyproject.toml Squashed 'connector-proxy-demo/' content from commit fb5c24e 2022-11-18 13:27:01 -05:00

README.md

spiff-arena

This is a monorepo based on git subtrees that pulls together various spiffworkflow-related projects. Here's an example command to push back to one project:

git subtree push --prefix=spiffworkflow-frontend git@github.com:sartography/spiffworkflow-frontend.git add_md_file

run all lint checks and tests

./bin/run_pyl

Requires at root:

  • .darglint
  • .flake8
  • .pre-commit-config.yaml
  • pyproject.toml