SingleResourceConverterExecutionConfigStructure
Version #1
Description:
Specifies in what case and which
single resource conversion
should be executed.Fields:
conditions
: SingleResourceConverterExecutionConditionsStructure:v1 [Optional]- Default: nullDescription: Specifies conditions to run the conversion.
null
value will execute the conversion every time for every resource.
conversionResultType
: Enum<filechanges | files> [Optional]- Default: FilesDescription: Determines how the conversion result should be parsed and treated. Use
Files
in case when FilesStructure is returned by the conversion or useFileChanges
in case that it will return ConversionFileChangeRequestsStructure
flowId
: String [Required]- Description: This references a flow by it’s id (name) which should be executed.
nodeId
: String [Optional]- Default: @outputDescription: Which node should be executed. Note that only it and it’s dependents will be executed. Usually you should not set this.