Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Workspace

  • use one workspace: “workflows” keeping

    • process instances (e.g. under /processInstances)

    • tasks

    • items for the workflow app

Node types

  • workflow-nodetypes.xml defines two new nodetypes: mgnl:groups + mgnl:roles
  • in code
    • there’s no WorkflowNodeTypes type but just constants
    • there’s actually a third nodeTpye: mgnl:workItem
  • in 4.5 workflow: there’s workItem + expression - both defined as proper nodeTypes and used when storing in “store” jcr workspace...
    • comparing with 4.5
      • owfe-nodetypes.xml -> defines workItem + expression, both stored

...