SpiffWorkflow is a software development platform for building, running, and monitoring executable diagrams https://www.spiffworkflow.org/
Go to file
mike cullerton 6cdd630605 Merge branch 'update-workflow-json' of https://github.com/sartography/spiff-arena into update-workflow-json
# Conflicts:
#	spiffworkflow-backend/src/spiffworkflow_backend/services/process_model_service.py
2022-11-18 15:41:37 -05:00
.github/workflows Squashed 'flask-bpmn/' changes from 5e40777f..860f2387 2022-11-18 10:03:37 -05:00
SpiffWorkflow Merge commit '37b7f3d7cdc8ee787c9ddacfc7a258adb70330c1' 2022-11-18 10:03:32 -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
flask-bpmn Merge commit 'f2b16112347ea193b717306e0ab4e1226cd66d16' 2022-11-18 10:03:37 -05:00
spiffworkflow-backend Merge branch 'update-workflow-json' of https://github.com/sartography/spiff-arena into update-workflow-json 2022-11-18 15:41:37 -05:00
spiffworkflow-frontend ran some pyl w/ burnettk cullerton 2022-11-18 15:06:02 -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 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 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 Initial commit 2022-10-12 10:17:40 -04:00
README.md update readme 2022-11-13 14:05:34 -05:00
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