Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-556

Include error management actions to Management Console

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0.Final
    • None
    • Runtime Tooling
    • None

      For process instances in ERROR state, add the following actions to items in the process list:

      • Skip ( Simply execute remote endpoit )
      • Retry ( Simply execute remote endpoit )
      • View Error ( display popup showing the error stacktrace )

      These endpoints provided by the runtime execution under the following definition: https://github.com/kiegroup/kogito-runtimes/blob/master/addons/process-management-addon/src/main/java/org/kie/kogito/process/management/ProcessInstanceManagementResource.java

      To be able to create the url for the specific service, use the endpoint attribute returned from the Data Index Service.

      Ex: endpoint = http://localhost:8090
      To get the error stacktrace, this becomes:

      http://localhost:8090/management/process/{processId}/instances/{processInstanceId}/error
      

      There is probably need to mock these endpoints as well for local developement.

            sasriniv Saravana Srinivasan
            cnicolai@redhat.com Cristiano Nicolai
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: