Versions Compared

Key

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

...

  • Task Drill-Down/Drill-Up and Detail View
    • Support Task (CAll Activity) drill-down/drill-up capabilties.
      • When a call activity task is selected, the Drill-Down button will be enabled.
    • Provide detail views for the selected Task.
      • When a task is selected including the call activity, the Detail view panel will display details for the selected task.


  • Sub-Service Instance Rendering and Detail View
    • Get a sub process defintion XML through the Service Id and Process Instance association.
      • Use Camunda REST API, get/process-definition/{sub-id}/xml
    • Get the state of a sub-process instance from the activity-instances.
      • Use Camunda REST API, get/process-instance/{sub-id}/activity-instances
    • Render the BPMN XML with bpmn.io and places markers on top of it, and provides service instance detail views.
    • This widget uses the same code of the Service Instance Rendering and Detail View with the sub-process instance id. 
    • The Drill-Up button will be enabled.

Image Added



  • x