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.
nullvalue 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
Filesin case when FilesStructure is returned by the conversion or useFileChangesin 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.