Skip to main content

List Workflow Library Actions

GET 

/workflow-library/actions

This lists the workflow actions available to you.

Request

Query Parameters

Responses

List of workflow actions

Schema
  • Array [
  • id string

    Action ID. This is a static namespaced ID for the action

    name string

    Action Name

    type string

    Action type

    description string

    Action Description

    formFields object[]

    One or more inputs that the action accepts

  • Array [
  • helpText string

    Describes the form field in the UI

    label string

    A human readable name for this form field in the UI

    name string

    The name of the input attribute

    required boolean

    Denotes if this field is a required attribute

    type nullable

    Possible values: [text, textarea, boolean, email, url, number, json, checkbox, jsonpath, select, multiType, duration, toggle, identityPicker, governanceGroupPicker, string, object, array, secret, keyValuePairs, emailPicker, advancedToggle]

    The type of the form field

  • ]
  • isDynamicSchema boolean

    Determines whether the dynamic output schema is returned in place of the action's output schema. The dynamic schema lists non-static properties, like properties of a workflow form where each form has different fields. These will be provided dynamically based on available form fields.

    outputSchema object

    Defines the output schema, if any, that this action produces.

  • ]
Loading...