Uploaded image for project: 'FlightPath'
  1. FlightPath
  2. FLPATH-753

Add endpoint for single workflow overview details

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Undefined Undefined
    • None
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      In order to implement the single workflow viewer page, we require an endpoint to get the following details for each workflow:
      id, type, last run (time), last run status, average duration, description
      There's an existing PR for an endpoint getting this information for all workflows
      We require an endpoing for getting the information for a single workflow

      API:
      /api/orchestrator/workflows/:id/overview

      Response:

      {    id: string;    name: string;    lastTriggered: string;    type: string;    avgDurationMs: number;    description: string; }

              gciavarrini@redhat.com Gloria Ciavarrini
              brotman@redhat.com Bat-Zion Rotman
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: