Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
-
None
Description
Current Situation
- List variables:
- A workflow list variable can be added to a schedule and can hold any number of hashmaps (key/value pairs).
- Order History (Details) and Log View/Logs contain information, but only regarding a single hashmap of the list variable.
- Sorting
- The sorting of variables adheres to the order specified by the declaration of variables with the workflow.
- In the Schedule/Add Order view, when a list variable is defined, it consistently appears at the top of the variable list, regardless of its position in the workflow.
- The Add Order dialog allows the variables reordering.
- In the History view for orders and in the History sub-view of the Workflows view the sequence of order variables does not match the order configured with the workflow.
Desired Behavior
- For any ordering of variables the only source is the workflow.
- Schedules consider the ordering of variables and automatically re-order existing variables if the workflow is changed and the user navigates to the schedule (GUI functionality).
- The Add Order dialog should not allow to modify the order of variables..
- Display of variables in the History sub-view remains unchanged as this is subject to change JS-2104.
Delimitation
- Change JS-2104 brings the following improvement:
- The History sub-view displays variables in the ordering specified with the workflow.
- This includes to display orders independently from scalar or complex data types in the predefined sort order.
Attachments
Issue Links
- relates to
-
JS-2104 Keep sort order of variables in events to History Service
- Open