Merge commit 'b55571406634555736fc471e7a53ca8b22288980'

This commit is contained in:
jasquat 2023-01-05 17:33:33 -05:00
commit ff71cba092
2 changed files with 7 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class BpmnWorkflowSerializer:
# This is the default version set on the workflow, it can be overwritten
# using the configure_workflow_spec_converter.
VERSION = "1.0"
VERSION = "1.1"
VERSION_KEY = "serializer_version"
DEFAULT_JSON_ENCODER_CLS = None
DEFAULT_JSON_DECODER_CLS = None

View File

@ -18,6 +18,7 @@ What is SpiffWorkflow?
======================
.. image:: images/logo.png
:align: center
:target: https://www.spiffworkflow.org
SpiffWorkflow allows your python application to process BPMN diagrams (think
of them as very powerful flow charts, See :doc:`intro`.) to accomplish
@ -28,6 +29,11 @@ code. You can use these diagrams to accomplish a number of tasks, such as:
- Implement an approval process that requires input from multiple users
- Allow non-programmers to modify the flow and behavior of your application.
Please visit `SpiffWorkflow.org <https://www.spiffworkflow.org>`_ for
additional articles, videos, and tutorials about SpiffWorkflow and its
related projects including SpiffArena, Service Connectors, and BPMN.js
extensions.
License
-------
Spiff Workflow is published under the terms of the