PostGenerateExecutionConfigStructure
Version #1
Description:
Specifies which
post conversion generator flow
should be executed.Fields:
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.