Command stack in viewer

It is already available for everyone, it is simply not provided out of the box with every viewer.

To be clear:

  • it has zero dependencies to modeling

  • it can be included as easy as

    var viewer = new BpmnViewer({
      additionalModules: [
        commandModule
      ]
    });