Skip to main content

List Workflow Library Operators

GET 

/workflow-library/operators

This lists the workflow operators available to you

Request

Responses

List of workflow operators

Schema
  • Array [
  • id string

    Operator ID.

    name string

    Operator friendly name

    type string

    Operator type

    description string

    Description of the operator

    formFields object[]

    One or more inputs that the operator 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

  • ]
  • ]
Loading...