...
| Anchor |
|---|
| Modifier scope |
|---|
| Modifier scope |
|---|
|
Modifiers The scope of a modifier can be specified per modifierType . The actual behaviour of the modifier depends on by the setting of <whatIfModifierType> element for this modifierType, as explained in detail in the the ModifierTypes.xml:
- always apply in workflow (default)
- apply according to creation method (since 2022.02)
- apply modifier if referenced in a what-if workflow
- never apply in a what-if workflow (i.e. always apply unless running a workflow with a whatif attached)
| Code Block |
|---|
| title | Modifier scope: Specifying modifier behavior in relation to the whatif in the ModifierTypes.xml. |
|---|
|
<timeSeriesModifier id="modify_timeseries_only_applied_in_whatif" name="Modify time series (only applied in whatif)">
<whatIfModifierType>apply if referenced in what-if workflow</whatIfModifierType>
<timeSeries>....
|
...