Page tree

Versions Compared

Key

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

...

Only draw-back: In the UI it is currently only possible to configure callbacks for the action handlers as they are configured in the workflow action configuration. If the same action handler (for example handleAllFinishOfARole) is defined for to two different cases (for example, when workflow step review is finished and when workflow step Review2 is finished), the callback defined (and possibly overwritten by client) will be called for both cases. So far it is not possible to distinguish set separate callback URLs for such different cases in the UI-based definition, for which of the cases the callback URL should be set separatelyconfiguration. This is only possible directly in the workflow_action table. Yet there it is not possible to overwrite it on client level.  This means, overwriting on client level is only meaningful considering those restrictions.

...