Merge commit 'b55571406634555736fc471e7a53ca8b22288980'
This commit is contained in:
commit
ff71cba092
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue