FlowInputFragment
object
Describes an input to a flow.
A flow input can be specified as either a connection to <glossary:content>, a connection to a specific <glossary:source>, or a connection to a specific <glossary:flow>. Exactly one of either contentName, sourceName or flowName must be specified.
contentNamestringOptionalpattern: ^[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?$
The <glossary:content> that the flow input is connected to. This also influences the content that will be available on the flow outputs.
Read Resolving content to learn more about how content is resolved to the <glossary:source>s and <glossary:flow>s that can supply it.
flowNamestringOptionalpattern: ^[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?$
The upstream <glossary:flow> that the flow input is connected to. This also influences the content that will be available on the flow outputs.
The <glossary:refiners> that influence how this flow input will be assigned and how content will be resolved for it. For example, flow inputs can be constrained to specific upstream <glossary:flow>s and <glossary:source>s. To learn more, read Flow input refiners.
Show 2 propertiesHide 2 properties
Refiner to restrict a flow's input to originate from a specific flow.
Show 1 propertyHide 1 property
namestringRequired
Name of the resource to match.
Refiner to restrict a flow's input to originate from one of a set of both flows and content sources.
Show 2 propertiesHide 2 properties
keystringRequired
Name of the label to match against. Case sensitive.
valuestringRequired
The desired value of the label. Case sensitive.
sourceNamestringOptionalpattern: ^[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?$
The <glossary:source> that the flow input is connected to. This also influences the content that will be available on the flow outputs.
transformInputstringOptional1-128 characters
The name of the input pin to connect in the associated processing config. Retrieve the config through the Templates API and use a name from
status.inputPins[].name.