Versions Compared

Key

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

...

  • Service Instance Rendering and Detail View
    • Get a process definition XML through the Service Id and Process instance association.
      • use Camunda REST API, get/process-defintion/{id}xml
    • Get the state of a process instance from the activity-instances
      • Use Camunda REST API, get/process-instance/{id}/activity-instances
    • Render the BPMN XML with bpmn.io and places markers on top of it, and provide Service instance detail views.


  • Task Drill-Down/Drill-Up and Detail View
    • Support Task (CAll Activity) drill-down/drill-up capabilties.
    • Provide detail views for the selected Task.

Image Added


  • x