SingleResourceConverterExecutionConfigStructure

Version #1

Description:

Specifies in what case and which single resource conversion should be executed.

Fields:

  • conditions: SingleResourceConverterExecutionConditionsStructure:v1 [Optional]
    Default: null
    Description: Specifies conditions to run the conversion. null value will execute the conversion every time for every resource.
  • conversionResultType: Enum<filechanges | files> [Optional]
    Default: Files
    Description: Determines how the conversion result should be parsed and treated. Use Files in case when FilesStructure is returned by the conversion or use FileChanges 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: @output
    Description: Which node should be executed. Note that only it and it’s dependents will be executed. Usually you should not set this.