Skip to main content

ListCompleteWorkflowLibraryV1200ResponseInner

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]
formFields(optional) Array<Workflowlibraryformfields>One or more inputs that the operator accepts[default to undefined]
exampleOutput(optional) WorkflowlibraryactionExampleOutput[default to undefined]
deprecated(optional) boolean[default to undefined]
deprecatedBy(optional) string[default to undefined]
versionNumber(optional) numberVersion number[default to undefined]
isSimulationEnabled(optional) boolean[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]
outputSchema(optional) objectExample output schema[default to undefined]
inputExample(optional) objectExample trigger payload if applicable[default to undefined]