Skip to main content

Workflowlibraryaction

Properties

NameTypeDescriptionNotes
id(optional) stringAction ID. This is a static namespaced ID for the action[default to undefined]
name(optional) stringAction Name[default to undefined]
type(optional) stringAction type[default to undefined]
description(optional) stringAction Description[default to undefined]
formFields(optional) Array<Workflowlibraryformfields>One or more inputs that the action 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 false]
outputSchema(optional) objectDefines the output schema, if any, that this action produces.[default to undefined]