ISAC 3.2.1 Web
Workflow Enhancement
While calling a child Workflow from a Parent Workflow, the flow of data between the child and the parent Workflow can now be controlled via a configuration. Currently, the context data is shared by default between the child and the parent workflows which can cause issues in complex workflows dealing with a lot of contextual data.
A boolean configuration called ignoreSubContext
has been introduced for the Workflow node which works as follow
Configuration Key | Configuration Value | Significance |
---|---|---|
ignoreSubContext | True | Context variables/data are not shared by default between the parent and the child workflow. The only way to share this data is via the |
ignoreSubContext | False (default) | Context variables/data is automatically shared between the parent and the child workflow |
Datagrid Enhancement
Data grids now support time to be displayed in a 'from - to' format in order to improve the user experience for the end-users on the zinier web interface.

Timezone support for Recommendations & Notifications
Many a times, the text for a Recommendation or a Notification can contain a date and/or time. We now have the provision to display this date & time in the user’s timezone.
E.g. Consider the following Recommendation message: Task A is scheduled for 5 pm, do you want to reschedule it?. The time of 5 pm in the message can now be dynamically shown based on the user’s time zone.
The Date/Time will get displayed based on the user’s time zone and the format will be as per the Entity Config format.
Scheduler fixes
The patch contains fixes for the following scheduler issues
Tasks were being scheduled after the Work Order deadline.
The Batch scheduler was unable to find tasks near the technician even when the Technician was near the location.
Other fixes
The patch contains fixes for the following miscellaneous issues
Web page translations were sometimes not working correctly.
Duplicate entries were sometimes being inserted for GPS monitoring.
Auto-refresh was sometimes not working in few data grids.
When sending files in chat, the sender was not able to open the sent files.
Two minor issues in Studio Z regarding the web page builder and solution bundle have been fixed