Details
-
Fix
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.5.6, 2.7.0
-
None
-
None
Description
Current Behavior:
- If a workflow contains a list-type variable that is assigned to a schedule, and an ad hoc order is added using the "Assign from Schedule" option to assign values to the list, then only the last value from the list is assigned to the order.
Step to reproduce:
- Create a workflow with a list-type variable.
- Assign the workflow to a schedule.
- In the schedule, assign three different values to the list variable.
- Add ad hoc order to the workflow and use the "Assign from Schedule" option to assign values to the list.
- Only the last value of the list is added to the order not the whole list.
Desired Behavior:
- When using the "Assign from Schedule" option, the complete list should be assigned to the ad hoc order.