What's Changed
Feature
Support plugin extension function
- Add
node_type
field to theei_node_instance
table in the database to save the node type. - Add
NodeExecuteResult
inner class to theRuntimeResult
class, and move theactiveTaskInstance
andvariables
fields to the inner class. - Add
properties
variable to theCommonPO
entity class to store extended data. - Add
ExtendRuntimeContext
class to store extended branch context information.
Support parallel gateway and inclusive gateway through plugins
Bugfix
- Fix v1.1.1 release issues