app-workflow_engine:7.14.4-2020.1.257 [12-10-2021] - Updated query task to take the failure path if a nested key does not exist in the queried object.
app-workflow_engine:7.14.4-2020.1.256 [12-09-2021] - Fixed the transformation task from showing an incorrect value for job variable inputs.
app-workflow_engine:7.14.4-2020.1.255 [12-03-2021] - Removed queryTasks call from Job Details.
app-workflow_engine:7.14.4-2020.1.254 [12-03-2021] - Fixed issue in array map task where false values in the map parameter were set to null in the return object.
2020.1.18 Maintenance Release [2021-12-07]
Overview
1 Improvements
16 Bug Fixes
2 Tests
19 Total Tickets
Improvements
app-workflow_engine:7.14.4-2020.1.235 [10-26-2021] - Prevent task worker activation during shutdown.
Bug Fixes
app-workflow_engine:7.14.4-2020.1.253 [11-29-2021] - Modified the code logic in Workflow Engine Scheduler to address all possible window time range scenarios.
app-workflow_engine:7.14.4-2020.1.251 [11-19-2021] - Fixed bug where invalid input to the searchTasks API could crash Workflow Engine.
app-workflow_engine:7.14.4-2020.1.249 [11-18-2021] - Added GBAC from a parent job to all subsequent child jobs.
app-workflow_engine:7.14.4-2020.1.248 [11-16-2021] - Fixed a bug that allowed cancellation of a completed job.
app-workflow_engine:7.14.4-2020.1.247 [11-15-2021] - Added error handling when reverting a task of a non-existing job_id.
app-workflow_engine:7.14.4-2020.1.246 [11-15-2021] - Improved error handling of getManualTaskController API. Fixed issue where Workflow Engine would crash if an invalid taskId is passed.
app-workflow_engine:7.14.4-2020.1.245 [11-14-2021] - Improved error handling to fix a bug where an invalid filter passed into the getAssociatedJobs API could crash Workflow Engine.
app-workflow_engine:7.14.4-2020.1.244 [11-13-2021] - Fixed a MongoDB error in the createJobGroupEntry API which caused it to fail.
app-workflow_engine:7.14.4-2020.1.243 [11-13-2021] - Fixed an issue where jobs were hanging due to an internal call on an undefined property.
app-workflow_engine:7.14.4-2020.1.242 [11-09-2021] - Modified the activate API to only create new RabbitMQ connections on the first activation.
app-workflow_engine:7.14.4-2020.1.241 [11-09-2021] - Fixed an issue where some job watchers were created as a string and not as an ObjectId.
app-workflow_engine:7.14.4-2020.1.240 [11-07-2021] - Fixed a bug that prevented a workflow from saving when using the merge and deepmerge tasks. Added a validation check to ensure the data_to_merge input variable is an Array and not an empty string.
app-workflow_engine:7.14.4-2020.1.239 [11-03-2021] - Fixed incorrect sorting of active jobs on the Active Jobs page. Users can now sort by start date and percentage of jobs done.
app-workflow_engine:7.14.4-2020.1.238 [11-02-2021] - Error toast message now displays when a user is not allowed to cancel a job.
app-workflow_engine:7.14.4-2020.1.237 [10-30-2021] - Fixed a bug that prevented the Child Jobs from displaying when moving back and forth between Collapse/Expand Child Job View.
Tests
app-workflow_engine:7.14.4-2020.1.250 [11-19-2021] - Completed the API test refactor for API Test Refactor:[2020.1] workflowsVariables.get.js.
app-workflow_engine:7.14.4-2020.1.236 [10-29-2021] - Moved getEntireJob.get.js file to the proper location. Also edited the test workflow by removing additionalProperties schema violations.
2020.1.17 Maintenance Release [2021-11-02]
Overview
2 Bug Fixes
3 Tests
5 Total Tickets
Bug Fixes
app-workflow_engine:7.14.4-2020.1.231 [10-13-2021] - JST variables will now show the origin of incoming variable.
app-workflow_engine:7.14.4-2020.1.230 [10-06-2021] - Modified the setObject method to fix the way nested objects are merged in the Merge task.
Tests
app-workflow_engine:7.14.4-2020.1.234 [10-23-2021] - Completed the API Test Refractor for getJobShallow.get.js.
app-workflow_engine:7.14.4-2020.1.232 [10-13-2021] - Fixed api tests for pauseJob.post.js.
2020.1.16 Maintenance Release [2021-10-05]
Overview
1 Improvements
2 Bug Fixes
1 Chores
1 Tests
5 Total Tickets
Improvements
app-workflow_engine:7.14.4-2020.1.227 [09-27-2021] - Separated the lodash dependency into the lodash.has and lodash.set dependencies.
Bug Fixes
app-workflow_engine:7.14.4-2020.1.228 [09-27-2021] - Added a migration script for active jobs to handle upgrades across RabbitMQ re-architecture.
app-workflow_engine:7.14.4-2020.1.225 [09-08-2021] - Fixed bug when indexing a script for older versions of IAP indexes are added to the "job_history" collection. This makes it easier to run certain kinds of operations involving that set of data.
Chores
app-workflow_engine:7.14.4-2020.1.226 [09-20-2021] - Updated deprecation notice to indicate the migrateProperties script is still needed.
Tests
app-workflow_engine:7.14.4-2020.1.229 [09-27-2021] - Refactored tasksClaim.post.js to use updated API.
2020.1.15 Maintenance Release [2021-09-07]
Overview
2 Improvements
15 Bug Fixes
5 Tests
22 Total Tickets
Improvements
app-workflow_engine:7.14.4-2020.1.224 [09-07-2021] - Added a validation warning for workflows using the transformation tasks with the extractOutput option set to false.
app-workflow_engine:7.14.4-2020.1.204 [07-07-2021] - Fixed an issue where eventListenerJob task event handlers were not removed after the event was handled.
Bug Fixes
app-workflow_engine:7.14.4-2020.1.221 [09-01-2021] - Fixed the view page close button.
app-workflow_engine:7.14.4-2020.1.220 [08-30-2021] - Fixed an issue where ScheduleTask was executing before the scheduled time. Added a time format validation check to the scheduler.
app-workflow_engine:7.14.4-2020.1.219 [08-30-2021] - Introduced a fix for delayed API responses when querying completed and canceled jobs.
app-workflow_engine:7.14.4-2020.1.217 [08-27-2021] - Fixed pagination in Job Manager. User is able to reset a specific number of pages from a total set of pages.
app-workflow_engine:7.14.4-2020.1.216 [08-24-2021] - Made scrollbar width larger in task history output.
app-workflow_engine:7.14.4-2020.1.215 [08-24-2021] - Added an error message to the Job Details page for when childJob returns a large amount of data (above 128MB).
app-workflow_engine:7.14.4-2020.1.214 [08-24-2021] - Modified cancelJob to also cancel any paused child jobs based on the selected job.
app-workflow_engine:7.14.4-2020.1.213 [08-17-2021] - Enhanced modal functionality on job_view screen. Task details in the "Visualize" tab view can now be expanded/collapsed.
app-workflow_engine:7.14.4-2020.1.211 [08-06-2021] - Fixed issue with downloading metrics and expanding child job actions.
app-workflow_engine:7.14.4-2020.1.210 [08-03-2021] - Corrected the error message received when calling the startJobWithOptions API without specifying the type or when using 'type=Automation'.
app-workflow_engine:7.14.4-2020.1.209 [07-29-2021] - Updated package.json to reflect supported Node.js versions.
app-workflow_engine:7.14.4-2020.1.208 [07-27-2021] - Updated the UI style CSS to fix overscrolling behavior on Workflow Engine pages.
app-workflow_engine:7.14.4-2020.1.207 [07-26-2021] - Removed unnecessary error message logged when a job did not have a start_user.
app-workflow_engine:7.14.4-2020.1.205 [07-11-2021] - Adjusted canvas height for visualize view in Job Manager.
app-workflow_engine:7.14.4-2020.1.203 [07-06-2021] - The pause button now shows on a child job in the Details view.
Tests
app-workflow_engine:7.14.4-2020.1.223 [09-05-2021] - Completed the API Test Refactor: test/api/cancelJob.post.js.
app-workflow_engine:7.14.4-2020.1.222 [09-05-2021] - Refactored API Test for tasksRelease.post.js.
app-workflow_engine:7.14.4-2020.1.218 [08-28-2021] - Refactored the jobsFinishTask.post.js endpoint.
app-workflow_engine:7.14.4-2020.1.212 [08-15-2021] - Refactored the test case and updated the test assertion error message for failure to save workflow.
app-workflow_engine:7.14.4-2020.1.206 [07-20-2021] - Shortened the fromIndex tooltip. The entire text now displays when using Workflow Builder.
2020.1.14 Maintenance Release [2021-07-06]
Overview
1 Improvements
4 Bug Fixes
5 Total Tickets
Improvements
app-workflow_engine:7.14.4-2020.1.200 [06-22-2021] - Updated transformation task to use app-jst methods.
Bug Fixes
app-workflow_engine:7.14.4-2020.1.202 [06-29-2021] - Migration scripts are now able to handle null tasks without causing workflow engine to crash.
app-workflow_engine:7.14.4-2020.1.201 [06-28-2021] - Improved error handling when the wrong input is set for the deepmerge task.
app-workflow_engine:7.14.4-2020.1.199 [06-15-2021] - Fixed an issue where completed and canceled jobs still displayed as running in Task Manager.
app-workflow_engine:7.14.4-2020.1.198 [06-15-2021] - The jobEventListenerRestart.test.js process now waits for network messages to send before it exits.
2020.1.13 Maintenance Release [2021-06-01]
Overview
22 Bug Fixes
1 Chores
23 Total Tickets
Bug Fixes
app-workflow_engine:7.14.4-2020.1.197 [06-03-2021] - Fixed an issue where static incoming variables were not showing in the Job Details page for transformation tasks.
app-workflow_engine:7.14.4-2020.1.196 [06-02-2021] - An error message for the 'numberToString' task is returned when the radix is invalid.
app-workflow_engine:7.14.4-2020.1.195 [05-25-2021] - Updated height of the task dialog to accommodate expanded task views.
app-workflow_engine:7.14.4-2020.1.195 [05-24-2021] - Updated logic for the claim task check. A user account can now release and claim a claimed task by another user.
app-workflow_engine:7.14.4-2020.1.194 [05-21-2021] - Updated the @itential/network module version to avoid vulnerabilities.
app-workflow_engine:7.14.4-2020.1.192 [05-21-2021] - Fixed the error logging description of nested objects.
app-workflow_engine:7.14.4-2020.1.191 [05-20-2021] - Incoming data to JST is now displayed instead of reference variables if you view the task history on the visualize page.
app-workflow_engine:7.14.4-2020.1.190 [05-19-2021] - Modified the Group Tasks tab on the Active Tasks page to show unclaimed and claimed tasks.
app-workflow_engine:7.14.4-2020.1.189 [05-18-2021] - Updated the pagination control in the bottom left corner of the Job Details page to correctly indicate when there is more than one page available.
app-workflow_engine:7.14.4-2020.1.188 [05-17-2021] - Updated README file to point to docs.itential.io documentation instead of stale internal documentation.
app-workflow_engine:7.14.4-2020.1.187 [05-14-2021] - AuditTrail errors on Redis write issues are now handled by the WFE worker.
app-workflow_engine:7.14.4-2020.1.186 [05-14-2021] - Task template variable is resolved to null for a nonexistent task ID.
app-workflow_engine:7.14.4-2020.1.185 [05-14-2021] - Updated the job grid text color to make the contrast ratio darker.
app-workflow_engine:7.14.4-2020.1.183 [05-11-2021] - Dropdown fields within a table will now render the JSON form from a schema with the correct alignment.
app-workflow_engine:7.14.4-2020.1.182 [05-11-2021] - If the return data from a task does not contain all outgoing variables, the full output is now displayed for each outgoing variable instead of the variable name.
app-workflow_engine:7.14.4-2020.1.181 [05-11-2021] - Fixed a bug in the Form Builder app. Manual task is now released after cancellation so user can claim the task and work it.
app-workflow_engine:7.14.4-2020.1.180 [05-10-2021] - Fixed manual task modal so it renders in front of the toolbar.
app-workflow_engine:7.14.4-2020.1.179 [05-06-2021] - Updated cleanup process to comply with new methodology. If defined, all services will exit once the cleanUpStrategy has finished running. If a cleanUpStrategy is not defined, services will exit immediately.
app-workflow_engine:7.14.4-2020.1.178 [05-05-2021] - Fixed a bug where active sessions created for task actors were not properly dismissed after ending.
app-workflow_engine:7.14.4-2020.1.177 [05-05-2021] - Removed fields deprecation warning for all queries that use fields for projection.
app-workflow_engine:7.14.4-2020.1.176 [04-29-2021] - Synchronization of user groups with external AAA server is skipped when viewing job details.
Chores
app-workflow_engine:7.14.4-2020.1.184 [05-13-2021] - Updated JST dependency to latest version.
2020.1.12 Maintenance Release [2021-05-04]
Overview
4 Bug Fixes
4 Security Fixes
8 Total Tickets
Bug Fixes
app-workflow_engine:7.14.4-2020.1.175 [04-28-2021] - Fixed a bug that caused incorrect filtering of fields in a searched job.
app-workflow_engine:7.14.4-2020.1.173 [04-22-2021] - Fixed issue where invalid parameters from getJobFromTaskQuery or getAssociatedJobs would crash Workflow Engine.
app-workflow_engine:7.14.4-2020.1.172 [04-20-2021] - Added a maximum limit to the getJobFromTaskQuery and getAssociatedJobs APIs to remove memory errors.
app-workflow_engine:7.14.4-2020.1.171 [04-14-2021] - Reduced number of jobs retrieved by handleCrashedTasks to decrease time until task worker is activated upon startup.
Security Fixes
app-workflow_engine:7.14.4-2020.1.174 [04-27-2021] - Improved error message to alert user that $where in various APIs will not work.
app-workflow_engine:7.14.4-2020.1.170 [04-13-2021] - Removed MongoDB DOS (Denial of Service) vulnerability from various APIs.
app-workflow_engine:7.14.4-2020.1.169 [04-11-2021] - Updated diff2html dependency to remove security vulnerability.
app-workflow_engine:7.14.4-2020.1.168 [04-05-2021] - Updated Lodash dependency to remove security vulnerability.
2020.1.11 Maintenance Release [2021-04-06]
Overview
4 Improvements
3 Bug Fixes
1 Security Fixes
8 Total Tickets
Improvements
app-workflow_engine:7.14.4-2020.1.167 [03-31-2021] - Added diagnostic logging for start up and shut down of WorkFlow Engine. This will help with troubleshooting potential issues in the customer environment.
app-workflow_engine:7.14.4-2020.1.165 [03-30-2021] - Unit tests added to catch static input job variables and template variables which are incorrect and should not be resolved.
app-workflow_engine:7.14.4-2020.1.162 [03-16-2021] - Added unit test for migrtionScript20192.js to verify that workflow task names and canvasNames do not change on migration
app-workflow_engine:7.14.4-2020.1.161 [03-11-2021] - Added API tests to verify that a job with parallel paths will remain in a running state even if one path is complete.
Bug Fixes
app-workflow_engine:7.14.4-2020.1.166 [03-31-2021] - Incoming task variables are resolved during initial task execution.
app-workflow_engine:7.14.4-2020.1.164 [03-24-2021] - Fixed bug where manual tasks without groups did not show on the Available Tasks screen on the Active Tasks page. Bug fix included restoration of the groups query to check if user has at least one group in common with the task document, or if the task document has no groups.
app-workflow_engine:7.14.4-2020.1.163 [03-22-2021] - Fix a bug that would allow jobs to miss events if a server was turned off in an HA environment.
Security Fixes
app-workflow_engine:7.14.4-2020.1.160 [03-01-2021] - Updated Axios dependency to address security issues.
2020.1.10 Maintenance Release [2021-03-02]
Overview
2 Improvements
14 Bug Fixes
1 Security Fixes
4 Chores
21 Total Tickets
Improvements
app-workflow_engine:7.14.4-2020.1.155 [02-22-2021] - Added tests to verify that a paused workflow remains paused for IAP versions 2021.1, 2020.1 and 2020.2.
app-workflow_engine:7.14.4-2020.1.151 [02-16-2021] - User now returns to the correct Job Manager page when closing a specific job.
Bug Fixes
app-workflow_engine:7.14.4-2020.1.159 [02-26-2021] - Fixed regression in handling crashed tasks that were running on workflow engine restart.
app-workflow_engine:7.14.4-2020.1.158 [02-22-2021] - Referencing template variables is aligned with higher branches.
app-workflow_engine:7.14.4-2020.1.156 [02-22-2021] - Toast warning message will now display longer after a failed work task.
app-workflow_engine:7.14.4-2020.1.153 [02-18-2021] - Fixed issue with migrationDeprecations script for dynamic tasks in AG Manager.
app-workflow_engine:7.14.4-2020.1.152 [02-17-2021] - Removed methods with no API routes from default roles.
app-workflow_engine:7.14.4-2020.1.150 [02-16-2021] - Reverted changes introduced via incorrect parsing of template variables in the task's input.
app-workflow_engine:7.14.4-2020.1.148 [02-15-2021] - Fixed issues with multiple IAPs impacting the ability of jobs and child job tasks to finish executing.
app-workflow_engine:7.14.4-2020.1.147 [02-12-2021] - Added engineering role to finishManualTask.
app-workflow_engine:7.14.4-2020.1.146 [02-12-2021] - Fixed a bug that prevented switching the 'delay' task into error state when an invalid input was set.
app-workflow_engine:7.14.4-2020.1.145 [02-11-2021] - Workflow Engine will use common logic for ensuring database indexes.
app-workflow_engine:7.14.4-2020.1.143 [02-10-2021] - Updated the permissions check for manual tasks on the Job Details page.
app-workflow_engine:7.14.4-2020.1.142 [02-09-2021] - Updated the text color in the task detail dialog.
app-workflow_engine:7.14.4-2020.1.140 [01-29-2021] - Updated pronghorn.json file to be auto-generated.
app-workflow_engine:7.14.4-2020.1.139 [01-28-2021] - Fixed alignment of Auto-Work Tasks checkbox.
Security Fixes
app-workflow_engine:7.14.4-2020.1.149 [02-15-2021] - Updated the Lodash package to fix a security vulnerability.
Chores
app-workflow_engine:7.14.4-2020.1.157 [02-22-2021] - Moved project to master pipeline.
app-workflow_engine:7.14.4-2020.1.154 [02-19-2021] - Added API test to cover migration of deprecated AG manager tasks.
app-workflow_engine:7.14.4-2020.1.144 [02-11-2021] - Updated dependency to the latest network module to now check for the existence of keyPath, certPath and caPath properties before using them in the connection options.
app-workflow_engine:7.14.4-2020.1.141 [02-03-2021] - Migrated CI for Workflow Engine.
2020.1.9 Maintenance Release [2021-02-02]
Overview
11 Bug Fixes
11 Total Tickets
Bug Fixes
app-workflow_engine:7.14.4-2020.1.138 [01-27-2021] - Fixed regression in startJobWithOptions to correctly set up task execution and prevent early task executions in certain parallel cases.
app-workflow_engine:7.14.4-2020.1.137 [01-27-2021] - Added default location to ensure application tasks run when no location property is defined on the task.
app-workflow_engine:7.14.4-2020.1.136 [01-26-2021] - Fixed a bug that led to incorrect parsing of template variables in the task's input.
app-workflow_engine:7.14.4-2020.1.135 [01-25-2021] - Improved performance of automation validation.
app-workflow_engine:7.14.4-2020.1.134 [01-22-2021] - Modified error handling of crashed tasks in Workflow Engine start up to prevent heap memory build up.
app-workflow_engine:7.14.4-2020.1.133 [01-22-2021] - Fixed a dependency bug in the generator for the upgrade level-of-effort (LoE) estimator script.
app-workflow_engine:7.14.4-2020.1.132 [01-22-2021] - The ViewData task can parse incoming data of type number.
app-workflow_engine:7.14.4-2020.1.131 [01-21-2021] - Workflow Engine views from legacy app-tools are now delegated for migration.
app-workflow_engine:7.14.4-2020.1.130 [01-19-2021] - Changed the active tasks page to no longer redirect to the job details visualization view; this fixes an issue where completed task data was not showing and eliminates the need to manage a duplicate view.
app-workflow_engine:7.14.4-2020.1.129 [01-18-2021] - Optimized auto-updates to the Active Tasks view to make it dependent on database current load.
app-workflow_engine:7.14.4-2020.1.128 [01-14-2021] - Added error handling for callback invocation of tasks in worker index.
2020.1.8 Maintenance Release [2021-01-05]
Overview
1 New Features
1 Improvements
7 Bug Fixes
2 Chores
11 Total Tickets
New Features
app-workflow_engine:7.14.4-2020.1.117 [12-04-2020] - Implemented an upgrade level of effort (LOE) estimation script.
Improvements
app-workflow_engine:7.14.4-2020.1.119 [12-07-2020] - Changed the Job Manager search function for Active Jobs to perform a query using the "includes" filter instead of "starts with".
Bug Fixes
app-workflow_engine:7.14.4-2020.1.127 [12-18-2020] - Corrected a bug in the deprecated tasks migration.
app-workflow_engine:7.14.4-2020.1.126 [12-17-2020] - Implemented a migration script to keep task deprecations up-to-date.
app-workflow_engine:7.14.4-2020.1.125 [12-17-2020] - Fixed bug that made it possible to cancel a job twice. Also fixed bug where canceling a job did not cancel child jobs that had errored.
app-workflow_engine:7.14.4-2020.1.123 [12-11-2020] - Workflows no longer error prematurely on reverts.
app-workflow_engine:7.14.4-2020.1.121 [12-09-2020] - Enabled validateTask to run even if the path is not from workflow_start.
app-workflow_engine:7.14.4-2020.1.120 [12-07-2020] - Fixed all occurrences of the task id regular expression to match the correct 1 to 4 character hex string value.
app-workflow_engine:7.14.4-2020.1.118 [12-07-2020] - Fixed the notification for missing database indexes in Job Manager.
Chores
app-workflow_engine:7.14.4-2020.1.124 [12-14-2020] - Updated the database dependency to correct the problem with encoding and decoding workflows with empty objects.
app-workflow_engine:7.14.4-2020.1.122 [12-10-2020] - Updated database module to fix the arbiter bug.
2020.1.7 Maintenance Release [2020-12-01]
Overview
2 Improvements
3 Bug Fixes
5 Total Tickets
Improvements
app-workflow_engine:7.14.4-2020.1.116 [11-20-2020] - Fixed regression of ChildJob task to no longer error on child job error. The ChildJob task will now only error on child job cancel.
app-workflow_engine:7.14.4-2020.1.114 [11-06-2020] - Exposed the 'jobs/search' endpoint as a task in Automation Builder.
Bug Fixes
app-workflow_engine:7.14.4-2020.1.115 [11-16-2020] - Updated dependency versions that were incorrectly downgraded on release.
app-workflow_engine:7.14.4-2020.1.113 [11-05-2020] - Removed task name validation to permit dynamic task names based on scripts from IAG.
app-workflow_engine:7.14.4-2020.1.112 [11-02-2020] - Fixed the job progress bar on the Details tab to refresh/update after tasks are reverted.
2020.1.6 Maintenance Release [2020-11-03]
Overview
1 Improvements
9 Bug Fixes
1 Chores
11 Total Tickets
Improvements
app-workflow_engine:7.14.4-2020.1.108 [10-21-2020] - Replaced legacy product name with Itential Automation Platform in alert message.
Bug Fixes
app-workflow_engine:7.14.4-2020.1.111 [10-28-2020] - Fixed module importing bug in migration scripts.
app-workflow_engine:7.14.4-2020.1.110 [10-26-2020] - Date and time are now shown in a common format across the application.
app-workflow_engine:7.14.4-2020.1.109 [10-26-2020] - Added project health tests and pre-push hooks to help prevent dirty worktrees when source files are auto-generated during the packaging process.
app-workflow_engine:7.14.4-2020.1.106 [10-19-2020] - Removed erroneous reference to "Regex" as a separator option in the Split task tooltip.
app-workflow_engine:7.14.4-2020.1.105 [10-16-2020] - Jobs in workflows with undefined tasks will no longer start.
app-workflow_engine:7.14.4-2020.1.104 [10-14-2020] - Workflows no longer hang after reverting or starting over.
app-workflow_engine:7.14.4-2020.1.103 [10-14-2020] - Resolved ViewDiff UI issues when using large text values. Scrollbars are now visible and synchronized.
app-workflow_engine:7.14.4-2020.1.102 [10-13-2020] - Fixed an issue where the job variable of a forEach task was not correctly being promoted.
app-workflow_engine:7.14.4-2020.1.101 [10-12-2020] - Improved the error handling for merge and deepMerge tasks.
Chores
app-workflow_engine:7.14.4-2020.1.107 [10-20-2020] - Updated the itential-utils version to use property encryption.
2020.1.4 Maintenance Release [2020-09-01]
Overview
37 Bug Fixes
2 Chores
39 Total Tickets
Bug Fixes
app-workflow_engine:7.14.4-2020.1.79 [09-03-2020] - Validation rule added to check static input variable types; automation will save as draft if type is not valid.
app-workflow_engine:7.14.4-2020.1.78 [09-03-2020] - Fixed the issue with the missing task's outgoing data in the job visualization page.
app-workflow_engine:7.14.4-2020.1.77 [09-03-2020] - Job Manager shows valid start and stop dates in Firefox.
app-workflow_engine:7.14.4-2020.1.76 [09-01-2020] - Fixed bug where reverted tasks were not displayed on the Job Details page.
app-workflow_engine:7.14.4-2020.1.75 [08-28-2020] - Job Details now show valid start and end dates in Firefox.
app-workflow_engine:7.14.4-2020.1.74 [08-28-2020] - Fixed border issue in task manager button for Firefox and IE11.
app-workflow_engine:7.14.4-2020.1.73 [08-28-2020] - Improved error handling for various job related methods.
app-workflow_engine:7.14.4-2020.1.72 [08-27-2020] - Added error handling to prevent errors from causing workflow engine to restart.
app-workflow_engine:7.14.4-2020.1.71 [08-26-2020] - Added error handling to prevent Workflow Engine crashes in merge tasks.
app-workflow_engine:7.14.4-2020.1.70 [08-26-2020] - Implemented error handling to prevent active jobs in older releases from reverting.
app-workflow_engine:7.14.4-2020.1.69 [08-26-2020] - Fixed bug that occurred when pausing jobs via parent; childJobs are no longer allowed to finish when paused. When job resumes, workflow resumes correctly as expected.
app-workflow_engine:7.14.4-2020.1.68 [08-26-2020] - Modified deactivate to resolve CPU spikes caused by tasks constantly being resent to the task queue when inactive.
app-workflow_engine:7.14.4-2020.1.67 [08-26-2020] - Added validation check for workflows with empty job variable names.
app-workflow_engine:7.14.4-2020.1.66 [08-26-2020] - Ensured workflows end in status complete if workflow_end is reached via an error transition.
app-workflow_engine:7.14.4-2020.1.65 [08-25-2020] - Resolved errors caused by large payloads. Removed task variables data that was incorrectly added to getJobDeep.
app-workflow_engine:7.14.4-2020.1.63 [08-24-2020] - WFE will no longer crash on Metrics logger error.
app-workflow_engine:7.14.4-2020.1.62 [08-23-2020] - Fixed error where tasks were no longer visible on the Job Details page.
app-workflow_engine:7.14.4-2020.1.60 [08-21-2020] - Fixed text color in buttons on Job Details page.
app-workflow_engine:7.14.4-2020.1.59 [08-21-2020] - Work Task button is disabled if it's claimed by another user.
app-workflow_engine:7.14.4-2020.1.58 [08-21-2020] - Moved the running event listener to ensure only one task sender is activated.
app-workflow_engine:7.14.4-2020.1.57 [08-20-2020] - Improved MongoError handling when outgoing data is out of range (>16MB). Tasks will error correctly instead of crashing workflow engine.
app-workflow_engine:7.14.4-2020.1.56 [08-19-2020] - Fixed null data_array in forEach to no longer cause crashes.
app-workflow_engine:7.14.4-2020.1.55 [08-19-2020] - Added error handling for messages sent via proxy calls.
app-workflow_engine:7.14.4-2020.1.54 [08-17-2020] - Fixed bug where stringSlice returned an empty string when the endIndex parameter was left blank.
app-workflow_engine:7.14.4-2020.1.53 [08-15-2020] - Updated button color for titlebar.
app-workflow_engine:7.14.4-2020.1.52 [08-15-2020] - Changed loggerProps level from a 'warning' to an 'info' message for workflow migration successes.
app-workflow_engine:7.14.4-2020.1.51 [08-15-2020] - Support for numbers and booleans added to stringConcat task.
app-workflow_engine:7.14.4-2020.1.50 [08-14-2020] - Removed unnecessary x scroll on task details modal.
app-workflow_engine:7.14.4-2020.1.49 [08-11-2020] - Fixed bug where objectToString tasks were migrated incorrectly.
app-workflow_engine:7.14.4-2020.1.48 [08-11-2020] - Fixed bug where jobs were completing prematurely due to tasks that reverted without a standard transition.
app-workflow_engine:7.14.4-2020.1.47 [08-11-2020] - Fixed bug where eval task errored when referenced tasks were not completed.
app-workflow_engine:7.14.4-2020.1.46 [08-10-2020] - Fixed bug where finishManualTask could complete a task that was not in the running state.
app-workflow_engine:7.14.4-2020.1.45 [08-09-2020] - Active task page no longer crashes on IE 11.
app-workflow_engine:7.14.4-2020.1.64 [08-25-2020] - Updated JST dependency to support performance improvements and bug fixes.
app-workflow_engine:7.14.4-2020.1.61 [08-23-2020] - Added the checkPacketSize utility function for anytime a message is sent to a queue.
2020.1.3 Maintenance Release [2020-08-04]
Overview
8 Bug Fixes
2 Chores
10 Total Tickets
Bug Fixes
app-workflow_engine:7.14.4-2020.1.40 [07-28-2020] - Adjusted the CSS to make the Task History scrollbar visible while viewing big file content.
app-workflow_engine:7.14.4-2020.1.38 [07-23-2020] - Fixed bug to prevent Workflow Engine from hanging during the runtime of complex jobs.
app-workflow_engine:7.14.4-2020.1.37 [07-22-2020] - Fixed error where child jobs failed due to parent job not having a default user context.
app-workflow_engine:7.14.4-2020.1.36 [07-14-2020] - Fixed issue with undefined childJob variables. Removed restriction in startJobWithOptions that blocked undefined values for job variables
app-workflow_engine:7.14.4-2020.1.34 [07-17-2020] - Fixed bug issues in workflows that use a childJob and forEach loop; each childJob iteration now runs correctly.
app-workflow_engine:7.14.4-2020.1.33 [07-15-2020] - Reverted functionality of stringConcat and arrayToString for consistent functionality across releases.
app-workflow_engine:7.14.4-2020.1.32 [07-16-2020] - Added additional logging and error handling for workflow-engine getJobList.
app-workflow_engine:7.14.4-2020.1.31 [07-10-2020] - Fixed issue in active jobs page where unclaimed manual tasks would not show.
Chores
app-workflow_engine:7.14.4-2020.1.39 [07-28-2020] - Updated lodash dependency to fix security vulnerability.
app-workflow_engine:7.14.4-2020.1.35 [07-17-2020] - Updated JST to version 3.5.0. Changed methods so the incoming object will not mutate.
2020.1.2 Maintenance Release [2020-07-07]
Overview
4 Improvements
4 Bug Fixes
1 Chores
9 Total Tickets
Improvements
app-workflow_engine:7.14.4-2020.1.28 [06-26-2020] - An error will now return if the requested JST does not exist when running a workflow that uses a transformation.
app-workflow_engine:7.14.4-2020.1.25 [06-16-2020] - Updated JST package to v3.0.0.
app-workflow_engine:7.14.4-2020.1.24 [06-09-2020] - Improved workflow validation by adding loop self-containment and invalidating transition schemes that break prior workflows.
app-workflow_engine:7.14.4-2020.1.22 [06-05-2020] - EventListenerJob tasks no longer error on workflow engine restart and continue to run.
Bug Fixes
app-workflow_engine:7.14.4-2020.1.30 [06-30-2020] - Fixed bug where deactivated task workers would drop messages instead of allowing other workers to pick up the task.
app-workflow_engine:7.14.4-2020.1.27 [06-25-2020] - Added an error notification on the Job Manager page when collections aren't correctly indexed.
app-workflow_engine:7.14.4-2020.1.26 [06-24-2020] - Fixed a bug to correctly revert the parent job to the childJob task if the childJob is reverted.
app-workflow_engine:7.14.4-2020.1.23 [06-08-2020] - Added graceful error handling for scenarios where metrics are being ran on workflows that do not have valid user context information available.
Chores
app-workflow_engine:7.14.4-2020.1.29 [06-29-2020] - Updated jst dependency to 3.1.0.
2020.1.1 Maintenance Release [2020-06-02]
Overview
1 New Features
2 Improvements
7 Bug Fixes
1 Chores
11 Total Tickets
New Features
app-workflow_engine:7.14.4-2020.1.19 [05-19-2020] - Added support for task inputs and outputs to use the '.' and '$' characters within jobs.
Improvements
app-workflow_engine:7.14.4-2020.1.16 [05-13-2020] - Allowed validation of workflows with tasks that have an empty groups array and enabled users of any groups to work tasks with an empty groups array.
app-workflow_engine:7.14.4-2020.1.14 [05-12-2020] - Enhanced tool tip information for the 'offsetDuration' parameter in getTime workflow task.
Bug Fixes
app-workflow_engine:7.14.4-2020.1.21 [05-28-2020] - Fixed bug causing non-static variables to be incorrectly altered when migrating workflows from 2019.2 and previous.
app-workflow_engine:7.14.4-2020.1.20 [05-27-2020] - Fixed bug where childJob tasks would error before starting the child job and hang in a running state.
app-workflow_engine:7.14.4-2020.1.18 [05-19-2020] - Added validation error when job variable includes a '.' or '$' character.
app-workflow_engine:7.14.4-2020.1.17 [05-14-2020] - Fixed bug where tasks were sent repeatedly and worked multiple times.
app-workflow_engine:7.14.4-2020.1.15 [05-12-2020] - Fixed bug to complete jobs if workflow end is reach via a failure task finish state.
app-workflow_engine:7.14.4-2020.1.13 [05-11-2020] - Fixed typo in returnCompletedTaskData.
app-workflow_engine:7.14.4-2020.1.12 [05-07-2020] - Fixed bug where incoming variables that referenced tasks with taskIds of less than 4 characters did not resolve correctly.
app-workflow_engine:7.6.0 [03-31-2020] - Leveraged JST node module to run Transformations as Workflow operations.
app-workflow_engine:7.2.0 [03-27-2020] - Added task for standard error handling in workflows.
app-workflow_engine:7.0.0 [01-31-2020] - Restructured app-workflow_engine to contain RabbitMQ work queues, TaskWorker and a rebuilt scheduler.
app-workflow_engine:7.0.0 [10-24-2019] - Added task_worker and its API calls (isActive, activate, and deactivate) to workflow engine. With this consolidation, workflow engine can now work tasks.
Improvements
app-workflow_engine:7.14.4-2020.1.2 [04-29-2020] - Updated task summary and description for cancelJob, checkWorkflowForJobVariables, childJob, and other tasks as necessary.
app-workflow_engine:7.12.0 [04-23-2020] - Support added to enable (or disable) running tasks on startup. Default for processTasksOnStart property is set to 'true'.
app-workflow_engine:7.11.2 [04-20-2020] - Updated task summary and description for addDuration, addWatchers, and calculateTimeDiff.
app-workflow_engine:7.11.0 [04-19-2020] - The transformation operation is now ignored when validating outgoing schema of tasks.
app-workflow_engine:7.10.0 [04-17-2020] - EventListenerJob is a new task that can use job variables for the event listener parameters.
app-workflow_engine:7.9.2 [04-10-2020] - Enhanced the makeData API description.
app-workflow_engine:7.9.0 [04-09-2020] - Added the ability to modify and delete workflows without having to cancel jobs that are running or paused, or have errored.
app-workflow_engine:7.1.2 [03-17-2020] - Crashed tasks are handled by re-sending all eventListener tasks to the work queue and setting all other tasks to error.
app-workflow_engine:7.0.4 [02-05-2020] - Migrated REST API tests from cernan tool into related repository.
app-workflow_engine:6.8.0 [01-22-2020] - Added metrics collection on Jobs written to the log file on completion or cancellation.
Bug Fixes
app-workflow_engine:7.14.4-2020.1.11 [05-05-2020] - Fixed eval and childJobs to resolve the correct incoming variables in forEach.
app-workflow_engine:7.14.4-2020.1.10 [05-05-2020] - Fixed merge and deepMerge to resolve the correct incoming variables in forEach.
app-workflow_engine:7.14.4-2020.1.9 [05-04-2020] - Fixed forEach bugs involving no loop transitions, empty dataArray, and nested loops.
app-workflow_engine:7.14.4-2020.1.8 [04-30-2020] - Fixed issue where job would prematurely complete.
app-workflow_engine:7.14.4-2020.1.7 [04-30-2020] - Added trace logs to task worker.
app-workflow_engine:7.14.4-2020.1.6 [04-30-2020] - Fixed bug that caused workflows to not start if an eval task contained no evaluation_groups.
app-workflow_engine:7.14.4-2020.1.5 [04-30-2020] - Allowed reverting to start task in Automation Engine.
app-workflow_engine:7.14.4-2020.1.4 [04-29-2020] - Added ms to the start and end times displayed in the task details view.
app-workflow_engine:7.14.4-2020.1.3 [04-29-2020] - Migration script will now cleanup old properties.
app-workflow_engine:7.14.4-2020.1.1 [04-28-2020] - Fixed iag-discovery-based workflows to now display task details when migration occurs.
app-workflow_engine:7.14.3 [04-27-2020] - Added automatic migration when importing a workflow created between 2019.3.0 and 2019.3.2.
app-workflow_engine:7.14.2 [04-27-2020] - Provided a fix to allow nested forEach loop tasks to work correctly with no success transition.
app-workflow_engine:7.14.1 [04-27-2020] - Fixed incorrect naming and migration of activate property into the Workflow Engine service config.
app-workflow_engine:7.14.0 [04-27-2020] - Updated logic for the finishTask method to support multiple outgoing variables on Automatic Tasks and Operations.
app-workflow_engine:7.13.4 [04-25-2020] - Fixed job execution errors. Available transitions are now recognized and workflow successfully finishes.
app-workflow_engine:7.13.4 [03-12-2020] - Resolved performance issues with Jobs page.
app-workflow_engine:7.13.2 [04-24-2020] - Fixed merge and deepMerge errors causing workflow engine to crash.
app-workflow_engine:7.13.1 [04-24-2020] - Time format in Job Manager now displays milliseconds.
app-workflow_engine:7.12.3 [04-23-2020] - Fixed job variables and reference tasks using the current_item outgoing variable from a forEach task.
app-workflow_engine:7.12.2 [04-23-2020] - Made enhancements to catch and handle any race conditions.
app-workflow_engine:7.11.7 [04-23-2020] - Fixed active jobs page to query tasks and corrected pagination.
app-workflow_engine:7.11.6 [04-22-2020] - Fixed active tasks and task manager pages.
app-workflow_engine:7.11.5 [04-20-2020] - Added validation check for inactive manual task groups when starting a job.
app-workflow_engine:7.11.4 [04-20-2020] - Implemented a fix to handle null reference tasks when getting task parameters and correctly resolve incoming task variables for operation tasks.
app-workflow_engine:7.11.3 [04-20-2020] - Reconfigured app logic. Template variables are now accepted as 'declaration of new job vars' and 'reference to existing vars' in the incoming task variables.
app-workflow_engine:7.11.1 [04-20-2020] - Fixed the display of job details that contained manual tasks with no user group attached.
app-workflow_engine:7.10.1 [04-17-2020] - Fixed the active jobs page to show the correct jobs.
app-workflow_engine:7.9.7 [04-16-2020] - Fixed issue that caused memory heap errors in large databases. Enhanced migration script for HA environments.
app-workflow_engine:7.9.6 [04-15-2020] - Fixed the revert job button to correctly redirect to the job visualization page; also added missing metrics on the jobDetails page for running tasks.
app-workflow_engine:7.9.6 [04-15-2020] - Removed 'Start Date' and 'End Date' search filters from the Job Manager UI.
app-workflow_engine:7.9.6 [04-15-2020] - Updated version check in workflow migrations to use regex instead of a string comparison.
app-workflow_engine:7.9.5 [04-15-2020] - Fixed bug in task documents that contain "." or "$" characters within keys. Removed restriction on keys by using the 'replaceOne' call.
app-workflow_engine:7.9.4 [04-13-2020] - Restored the showJsonForm task reference variables on workflow import and export.
app-workflow_engine:7.8.2 [04-08-2020] - The following changes are included:
Changed default GBAC-related search filters to improve performance when getting job lists.
Added a default group to every existing and future job that does not have explicit group assignments.
Changed how filtering works; instead of a full range regular expression scan, the search now starts at first character and is case-sensitive.
Added tooltip to search input field and advanced filters button.
Changed how total job number is queried from the DB. Now an index is forced upon MongoDB unless the user is searching by username or regex..
app-workflow_engine:7.6.1 [04-01-2020] - The "Work Task" button is disabled until after the task is finished running.
app-workflow_engine:7.5.0 [03-31-2020] - Updated index scripts to remove unnecessary duplications.
app-workflow_engine:7.2.1 [03-27-2020] - Added a missing index to the parent.job field to improve performance of the jobManager.Details view.
app-workflow_engine:7.1.8 [03-21-2020] - Fixed a linting error.
app-workflow_engine:7.1.6 [03-19-2020] - Improved performance in Task Manager query times. Changed the default aggregation pipeline to prevent implicit coalescing of "match" and "sort" stages.
app-workflow_engine:7.1.5 [03-19-2020] - Fixed bug in canceling childJobs. The childJob will now send the correct error to the parent job and continue its execution.
app-workflow_engine:7.1.4 [03-17-2020] - Added four new tasks - arrayTranslation, numberTranslation, objectTranslation, and stringTranslation - to support data translations for non-automatic tasks.
app-workflow_engine:7.1.3 [03-17-2020] - Fixed subsequent states to claiming a task. If task is cancelled after claiming a task, user still has the ability to access the modal later.
app-workflow_engine:7.1.1 [03-14-2020] - Improved message handling in Task Worker to fix consumption of tasks on taskQueue.
app-workflow_engine:7.1.0 [03-02-2020] - Updated index script to report unknown indexes instead of dropping them. This allows the user to evaluate and remove indexes at their discretion.
app-workflow_engine:7.0.13 [02-25-2020] - Updated index script to ignore background property when verifying.
app-workflow_engine:7.0.12 [02-24-2020] - Improved workflow to better handle MongoDB insert errors when inserting a task.
app-workflow_engine:7.0.11 [02-24-2020] - Child job tasks now have the correct output on all states.
app-workflow_engine:7.0.10 [02-24-2020] - Users can now select a previous task on the visualization tab as well as double-click on a task to revert a job.
app-workflow_engine:7.0.8 [02-11-2020] - Added migration step for JsonForms.ShowJsonForm tasks.
app-workflow_engine:7.0.5 [02-06-2020] - Fixed Event Listener task by properly instantiating the Ajv parser.
app-workflow_engine:7.0.4 [02-05-2020] - Improved error reporting when Task Manager cannot determine the initiating user for a task.
app-workflow_engine:7.0.3 [02-05-2020] - Fixed discovery paths for encrypted builds.
app-workflow_engine:7.0.2 [02-05-2020] - Child jobs now correctly finish.
app-workflow_engine:7.0.1 [02-03-2020] - Added 'created_by' and 'last_updated_by' to collection by default for null values.
app-workflow_engine:6.8.3 [01-30-2020] - Fixed crash involved with writing to the rotating file stream log when no directory exists. Added a check to create the log directory path before creating the stream.
app-workflow_engine:6.8.2 [01-30-2020] - Improved job details page in Job Manager to show initiating user.
app-workflow_engine:6.8.1 [01-29-2020] - Workflow drop-down box will now display more than 100 workflows. All workflow names are also available upon query.
app-workflow_engine:6.7.15 [01-03-2020] - Fixed issue where libraries were not correctly loaded for some manual tasks in Active Tasks and Job Visualization.
app-workflow_engine:6.7.14 [12-17-2019] - Fixed issue where translations would not appear due to deprecations.
app-workflow_engine:6.7.13 [12-13-2019] - Added live migration support for Automation Gateway tasks.
app-workflow_engine:6.7.12 [12-13-2019] - Added new method to support workflow migration.
app-workflow_engine:6.7.11 [12-12-2019] - Merge tasks now correctly set variables for each task.
pronghorn-core:10.18.3 [04-08-2020] - Updating a transformation with the created or createdBy field no longer causes a MongoDb error due to updating the same key twice.
Chores
app-workflow_engine:7.14.4-2020.1.0 [04-27-2020] - Release items checklist for app-workflow_engine.
app-workflow_engine:7.14.4 [04-27-2020] - Release items checklist for app-workflow_engine.
app-workflow_engine:7.9.1 [04-11-2020] - Updated the network module to enable support for RabbitMQ vhost.
app-workflow_engine:7.8.3 [04-09-2020] - Moved CI pipeline from Node.js 10 to Node.js 12.
app-workflow_engine:7.0.7 [02-11-2020] - Updated the network module.
app-workflow_engine:7.0.6 [02-10-2020] - Added schema validation to component pipelines.
app-workflow_engine:6.7.16 [01-15-2020] - Updated repository url of repo.
Deprecations
app-workflow_engine:7.9.3 [04-10-2020] - Removed translations from Worklow engine and added a migration script to move workflows up to version 7.0.0.
app-workflow_engine:7.8.1 [04-06-2020] - Added a compatibility check script that identifies task workflows that export a job variable with translations, or that export multiple job variables (that may or may not have translations). This check runs at startup to prevent workflow engine from running tasks if any incompatible workflows are found.
2019.3.0 Feature Release [2019-11-29]
Overview
1 New Features
7 Improvements
16 Bug Fixes
2 Chores
3 Deprecations
29 Total Tickets
New Features
app-workflow_engine:6.5.0 [11-08-2019] - Added support for translations to run jobs and tasks.
Improvements
app-workflow_engine:6.7.2 [12-04-2019] - Removed JSON tab from Workflow Builder. Added additional parameters to the array toString method and renamed stringify as toString within the Object tab.
app-workflow_engine:6.6.7 [12-03-2019] - Minor optimization to the checkWorkflowForJobVariables api.
app-workflow_engine:6.6.5 [11-26-2019] - Improved efficiency of checkWorkflowForJobvariables for complex workflows by adding a check all incoming tasks for required job variables.
app-workflow_engine:6.6.4 [11-25-2019] - Updated title in top navbar and removed unnecessary headers.
app-workflow_engine:6.6.0 [11-18-2019] - Optimized the checkWorkflowForJobVariables helper method to stop it from blocking the Workflow Engine thread, and eventually causing a process shutdown in large and complex workflows.
app-workflow_engine:6.4.4 [10-22-2019] - Updated migration script for new libraries to run automatically when needed.
app-workflow_engine:6.4.3 [10-23-2019] - Added the canvasName property to properly display the task name for Array, String, and Object functions.
Bug Fixes
app-workflow_engine:6.7.10-2019.3.4 [12-17-2019] - Fixed issue where translations would not appear due to deprecations.
app-workflow_engine:6.7.10-2019.3.3 [12-13-2019] - Added live migration support for Automation Gateway tasks.
app-workflow_engine:6.7.10-2019.3.2 [12-13-2019] - Added new method to support workflow migration.
app-workflow_engine:6.7.10-2019.3.1 [12-12-2019] - Merge tasks now correctly set variables for each task.
app-workflow_engine:6.7.10 [12-10-2019] - Redis keys are now deleted when no longer needed.
app-workflow_engine:6.7.9 [12-10-2019] - Removed name change that overrode view titles.
app-workflow_engine:6.7.8 [12-10-2019] - Workflows are now referred to as automations within the Task list.
app-workflow_engine:6.7.6 [12-06-2019] - Fixed issue where translations could crash Workflow Engine upon error. If error occurs in translation call, it will now error the task and not the app.
app-workflow_engine:6.7.5 [12-06-2019] - Fixed control flow of migration scripts to correctly migrate job variables for all applications.
app-workflow_engine:6.7.4 [12-06-2019] - Fixed schema errors that occurred on startup.
app-workflow_engine:6.7.0 [12-04-2019] - QueryTasks now has skip and limit options and is deprecated.
app-workflow_engine:6.6.3 [12-03-2019] - Updated pronghorn.json and various json schemas to increase quality and accuracy of documentation.
app-workflow_engine:6.6.2 [11-21-2019] - Added the errorJob method. Jobs now error correctly.
app-workflow_engine:6.6.1 [11-18-2019] - Decrypted mongo passwords in database indexing scripts.
app-workflow_engine:6.5.1 [11-15-2019] - Fixed issue with translations during job execution.
app-workflow_engine:6.4.5 [11-08-2019] - Fixed an issue with workflows hanging in certain scenarios.
Chores
app-workflow_engine:6.7.10-2019.3.0 [12-11-2019] - Completed checklist for 2019.3 release.
app-workflow_engine:6.7.3 [12-04-2019] - Updated icons for Active Tasks, Active Jobs and Job Manager.
Deprecations
app-workflow_engine:6.7.7 [12-09-2019] - Deprecated all tasks under the String, Number, Object, and Array tabs on the workflow canvas.