Task Parameters Preserved When Cloning Tasks¶
Attention
This behavior change is in the 2023_01 bundle.
For the current status of the bundle, refer to Bundle History.
When a task is cloned, the target (cloned) task now includes the same parameter set with each parameter value set to match the original source task:
- Previously:
The cloned task had the default value for each parameter. That is, parameter values were not copied from the source task.
- Currently:
All parameters set on the source task are copied intact to the clone task instance.
Ref: 912