Skip to main content

Workflowlibrarytrigger

Properties

NameTypeDescriptionNotes
id(optional) stringTrigger ID. This is a static namespaced ID for the trigger.[default to undefined]
type(optional) stringTrigger type[default to undefined]
deprecated(optional) booleanWhether the trigger is deprecated.[default to false]
deprecatedBy(optional) stringDate the trigger was deprecated, if applicable.[default to undefined]
isSimulationEnabled(optional) booleanWhether the trigger can be simulated.[default to false]
outputSchema(optional) objectExample output schema[default to undefined]
name(optional) stringTrigger Name[default to undefined]
description(optional) stringTrigger Description[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]
inputExample(optional) objectExample trigger payload if applicable[default to undefined]
formFields(optional) Array<Workflowlibraryformfields>One or more inputs that the trigger accepts[default to undefined]