Versions Compared

Key

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

...

    • Search Operations:
      • Utilizes SO existing Request DB APIs to get the Service List.
      • Provides filtering, Service ID, Operation Type, Status User Id, Date/Time range (actual criteria could be configured).
      • Click the Search button, and the filtered service list will be displayed.


  • Service List Get Service Instance Monitoring
    • Select a row and click the Monitor button. Then, it will go to the Service instance (= process instance in Camunda) monitoring widge for the selected Service instance.

Image Added


  • Service Statistic Widget
    • When, the static button is clicked, the Service Statistic dashboard will be shown. 
    • Collect and display Service Instance statistic per filtered service list, for the filtered service range.

Image Added


  • 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.

Image Added


  • x