Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The connection between WhatIfs-instances and workflows is (as off 2022.01) established via the WorkflowDescriptors, where a <whatIfTemplateId> can be defined (one of the last elements).

Note: this is a non-backward compatible change from 2021.02 and earlier releases where the connection betwen workflows and WhatIfTemplates was defined in the Topology.xml.

Code Block
titleConnecting a whatif template to a workflow
	<workflowDescriptor id="Test_WhatIfSettings" name="Test_WhatIfSettings" forecast="true" visible="true" autoApprove="true">
		...
		<whatIfTemplateId>test_whatif</whatIfTemplateId>
	</workflowDescriptor>

...


What-ifs are by default non-approved runs, unless the user puts a check in the approve checkbox of the GUI.

...