SpiffWorkflow is a software development platform for building, running, and monitoring executable diagrams https://www.spiffworkflow.org/
Go to file
mike cullerton afc89fc620 No need for script. 2022-11-18 14:17:31 -05:00
.github/workflows Squashed 'flask-bpmn/' changes from 5e40777f..860f2387 2022-11-18 10:03:37 -05:00
bin added lint fix for frontend to pyl w/ burnettk cullerton 2022-11-16 13:03:59 -05:00
flask-bpmn Merge commit 'f2b16112347ea193b717306e0ab4e1226cd66d16' 2022-11-18 10:03:37 -05:00
spiffworkflow-backend No need for script. 2022-11-18 14:17:31 -05:00
spiffworkflow-frontend add simple refresh capability 2022-11-17 22:52:26 -05:00
.darglint
.flake8
.gitignore Mostly a name change from BpmnProcessIdLookup to SpecReferenceCache. I landed on this unfortunate name because: 2022-11-14 15:23:37 -05:00
.pre-commit-config.yaml
.tool-versions
LICENSE
README.md
poetry.lock Squashed 'flask-bpmn/' changes from 5e40777f..860f2387 2022-11-18 10:03:37 -05:00
pyproject.toml Squashed 'flask-bpmn/' changes from 5e40777f..860f2387 2022-11-18 10:03:37 -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