SpiffWorkflow is a software development platform for building, running, and monitoring executable diagrams https://www.spiffworkflow.org/
Go to file
burnettk 81c966e5c8 remove arbirary waits with no comments 2023-01-04 21:17:36 -05:00
.github/workflows
bin
connector-proxy-demo
flask-bpmn
spiffworkflow-backend
spiffworkflow-frontend remove arbirary waits with no comments 2023-01-04 21:17:36 -05:00
.darglint
.flake8
.gitignore
.pre-commit-config.yaml
.tool-versions
LICENSE
README.md
docker-compose.yml
poetry.lock
pyproject.toml

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