Uploaded image for project: 'Red Hat Internal Developer Platform'
  1. Red Hat Internal Developer Platform
  2. RHIDP-4720

Ability to use custom actions with capability to auto redirect (if custom action output is a link ) on successful completion

Prepare for Y ReleasePrepare for Z ReleaseRemove QuarterXMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Critical Critical
    • None
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      Custom Actions can be added at golden path template level and used. The output of the custom Action cannot be auto redirected upon step completion, in case if the output of the custom action is link.  We are able to add and display the same as link for user to click but the capability to auto redirect/navigate elsewhere is missing.

        steps:
          - id: generate_url
            name: Generate URL
            action: abc:generateUrl
            input:
              name: ${{ parameters.name }}
              desc: ${{ parameters.description }}

            output:
              url: ${{ steps['generate_url'].output.url }}

        output:
          navigate: ${\

      { steps['generate_url'].output.url }

      }

            Unassigned Unassigned
            jalmehta@in.ibm.com Jaladhi Mehta
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: