Weekly Upgrade Announcement 09/26/22

Read-only forum. Used to announce new releases of EASYProcess.

Locked
JustinVanRegenmorter
Posts: 517
Joined: August 26th, 2021, 9:56 am
Contact:

Weekly Upgrade Announcement 09/26/22

Unread post by JustinVanRegenmorter »

Platform Upgrade Schedule
On Monday October 3rd, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2412 and RunTime Revision 1082. Platform1, Platform2, and Platform4 will begin their upgrade at 3:00PM CST with an expected completion time of 3:30PM CST. Platform3 will begin its upgrade at 12:00PM CST with an expected completion time of 12:30PM CST.

On Wednesday October 5th, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1082. Platform1, Platform2, and Platform4 will begin their upgrade at 3:00PM CST with an expected completion time of 3:30PM CST. Platform3 will begin its upgrade at 12:00PM with an expected completion time of 12:30PM CST.


DesignTime
Revision 2405 and RunTime Revision 1074 and ECC Revision 123: ECC Timeout
  • ECC Timeout is very confusing if it is downloading large amounts of data making it hard for the user to develop with it. The services downloading large amounts of data are also timing out when they shouldn't be. The ECC code has been changed to wake and send to sleep a thread before grabbing next data size chunk. After it's finished the thread wakes up for good and the UI will now explain this dependence.
Revision 2407 and RunTime Revision 1077: Role Enhancements
  • Changed the ECC code to wake and send to sleep a thread before grabbing next data size chunk. After it's finished the thread wakes up for good and the UI will now explain this dependence.
Revision 2408 and RunTime Revision 1078: Archived Workflow Enhancements
  • The GetCurrentStatus service now will return a workflow request’s archived status if a current request does not exist. A new service has been created called GetStatusHistory which takes a DocumentId and a WorkflowName and returns the entire history of a workflow request.
Revision 2409 and RunTime Revision 1080: HRef Logic Change
  • Href's in MVC applications now defaults to blank instead of # to facilitate it doing nothing unless the user wants it to.
    • The NavigateUrl property now suggests setting it to # or JavaScript: void(0);
    • The Target property now suggests _blank, _self, _parent, and _top.
Revision 2410: Edit Node As CSV Fix
  • The Edit Node As CSV popup when modifying a service has been throwing a warning with a error that does not help the user. This warning has been changed to an info popup with the proper csv warning so that the users knows what is wrong.
Revision 2411 and RunTime Revision 1081: Workflow Terminate Status Modification
  • The terminate status in the Workflow Canvas now asks for a name when creating and the name can be changed after creation. Terminate status's now also display in the status history tables.
Revision 2412 and RunTime Revision 1082: BatchJob Page Load Time Improvement
  • Added a new BatchJob service called GetCurrentStatus to return just the "Running" status for a batch job to improve the BatchJobs page load time.

RunTime
Revision 1075: MVC Hyperlink Fix
  • The hyperlink control in MVC would fail to render properly after promotion when the Target property is set and the Template property is set to Classic. The Target property was getting added twice so the second add call has been removed.
Revision 1079: ECC Alarm Server Fix
  • If the Alarm server is set to a server other than the App server it will throw an error. Code has been added to change the Alarm server to behave like Batch Job servers.
word count: 583

Tags:
Locked