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

Fix v2 abortWorkflow definition

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Undefined Undefined
    • 0.1.38
    • None
    • None

      Fix abort workflow v2 endpoint parameter: instead of using workflowId use instanceId

      Current definition:

      /v2/workflows/{workflowId}/abort: 
          delete: 
            summary: Abort a workflow instance
            operationId: abortWorkflow
            description: Aborts a workflow instance identified by the provided workflowId.
            parameters: 
              - name: workflowId
      

      New definition:

       /v2/instances/{instanceId}/abort: 
          delete: 
            summary: Abort a workflow instance
            operationId: abortWorkflow
            description: Aborts a workflow instance identified by the provided instanceId.
            parameters: 
              - name: instanceId
      

            gcaponet Guilherme Caponetto
            gciavarrini@redhat.com Gloria Ciavarrini
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: