Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-7034

Adjust ML/AI data export

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Fixed
    • L3 - Default
    • 3.11.0-alpha5, 3.11.0
    • None
    • None
    • None
    • Not defined

    Description

      Add to the current JSON export:

      • Flow node start and end time
      • Ensure all flow nodes are listed (don't group flow nodes).

      Original proposal:

      API change:

      "processInstance": {
        ...,
        "flowNodeInstances": [
          {
            "id": "someId",
            "name": "someId",
            "startDate": "2023-08-03T16:36:57.339+0200",
            "endDate": "2023-08-03T16:36:57.339+0200"
          },
          ...
        ],
        ...
      },...

      ATs:

      • Documentation is updated to reflect change
      • Internal API docs updated

      Testing Notes:

      • In the UI, no new fields are shown for the raw data report
      • For CSV export, no new fields are shown
      • For Json export, no new fields are included for any report types other than raw data reports
      • For Json export, the new fields exist and:
        • The flow node IDs, names, start and end dates are correct
        • Optimize has separate entries even if a flow node has been executed more than once
        • Optimize presents a null flow node end date value if the flow node instance is still running

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              tobias.conz Tobias Conz
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce