Skip to content

SebastianStamm/camunda-tokenview

Repository files navigation

Camunda Token View

This Cockpit plugin allows you to jump into your process instance and watch your tokens flow.

Built and tested against Camunda BPM version 7.8.0.

Screenshot

Integrate into Camunda Webapp

Copy the contents of this repository into a new directory called tokenView in the app/cockpit/scripts/ folder in your Camunda webapp distribution. For the Tomcat distribution, this would be server/apache-tomcat-X.X.XX/webapps/camunda/app/cockpit/scripts/tokenView.

Add the following content to the customScripts object in the app/cockpit/scripts/config.js file:

  // …
  customScripts: {
    ngDeps: ['cockpit.tokenView'],

    deps: ['tokenView'],

    // RequreJS path definitions
    paths: {
      'tokenView': 'scripts/tokenView/index'
    }
  }
  // …

License

Use under terms of the Apache License, Version 2.0

Gun Model by Google is licensed under CC-BY 3.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published