Skip to main content

Workflowlibraryoperator

Properties

NameTypeDescriptionNotes
id(optional) stringOperator ID.[default to undefined]
name(optional) stringOperator friendly name[default to undefined]
type(optional) stringOperator type[default to undefined]
description(optional) stringDescription of the operator[default to undefined]
isDynamicSchema(optional) booleanDetermines 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.[default to undefined]
deprecated(optional) boolean[default to undefined]
deprecatedBy(optional) string[default to undefined]
isSimulationEnabled(optional) boolean[default to undefined]
formFields(optional) Array<Workflowlibraryformfields>One or more inputs that the operator accepts[default to undefined]