Skip to content

4.0.0

Compare
Choose a tag to compare
@jeyroik jeyroik released this 25 May 13:28
· 39 commits to master since this release
59a2a60

Update default jsonrpc operations

Deprecations

  • workflow.entity.transit marked DEPRECATED and will be deleted in the next major release.
  • workflow.schema.transition.add marked DEPRECATED and will be deleted in the next major release.
  • workflow.schema.transition.remove marked DEPRECATED and will be deleted in the next major release.
  • workflow.transition.by_state_from.index marked DEPRECATED and will be deleted in the next major release.

New

  • workflow.transit instead of workflow.entity.transit.
  • wokrlfow.transition.index instead of workflow.transition.by_state_from.index.
  • workflow.transition.create instead of workflow.schema.transition.add.
  • workflow.transition.delete instead of workflow.schema.transition.remove.

Changes

  • workflow.schema.transition.add take transition_sample_name instead of transition_name.