PostGenerateInputStructure

Version #1

Description:

This data will be passed to the post conversion flow’s input.

Fields:

  • appliedChanges: AppliedResourceCategoryChangesStructure:v1 [Required]
    Description: What changes were applied to the current to get the newState. You should use this to easily decide what has changed without having to check it manually.
  • conversionRequests: Array< ConversionFileChangeRequestStructure:v1 > [Required]
    Description: The requests which were created by the conversion and should move the system from it’s old state to the desired one. Post conversion generator actions will be added later.
  • current: ResourceCategorySnapshotStructure:v1 [Optional]
    Default: null
    Description: A currently stored snapshot of the category. (Before the modification.)
  • newState: ResourceCategorySnapshotStructure:v1 [Optional]
    Default: null
    Description: The desired state of the category. This is the patched version of the current. After the conversion the system should represent this state.

In use by: