app-workflow_engine:6.7.10-2019.3.127 [04-01-2021] - Added diagnostic logging for start up and shut down of WorkFlow Engine. This will help with troubleshooting potential issues in the customer environment.
Bug Fixes
app-workflow_engine:6.7.10-2019.3.134 [04-28-2021] - Fixed a bug that caused incorrect filtering of fields in a searched job.
app-workflow_engine:6.7.10-2019.3.132 [04-21-2021] - Fixed issue where invalid parameters from getJobFromTaskQuery or getAssociatedJobs would crash Workflow Engine.
app-workflow_engine:6.7.10-2019.3.131 [04-20-2021] - Added a maximum limit to the getJobFromTaskQuery and getAssociatedJobs APIs to remove memory errors.
Security Fixes
app-workflow_engine:6.7.10-2019.3.133 [04-27-2021] - Added clearer error message for when $where is used in various APIs.
app-workflow_engine:6.7.10-2019.3.130 [04-13-2021] - Removed MongoDB DOS (Denial of Service) vulnerability from various APIs.
app-workflow_engine:6.7.10-2019.3.129 [04-11-2021] - Updated diff2html dependency to remove security vulnerability.
app-workflow_engine:6.7.10-2019.3.128 [04-05-2021] - Updated Lodash dependency to remove security vulnerability.
2019.3.15 Maintenance Release [2021-04-06]
Overview
1 Improvements
1 Bug Fixes
1 Security Fixes
3 Total Tickets
Improvements
app-workflow_engine:6.7.10-2019.3.125 [03-16-2021] - Added unit test for migrtionScript20192.js to verify that workflow task names and canvasNames do not change on migration
Bug Fixes
app-workflow_engine:6.7.10-2019.3.126 [03-29-2021] - Template Vars with white space in job variable name are considered invalid and will not resolve properly.
Security Fixes
app-workflow_engine:6.7.10-2019.3.124 [03-01-2021] - Updated Axios dependency to address security issues.
2019.3.14 Maintenance Release [2021-03-02]
Overview
1 Improvements
10 Bug Fixes
2 Chores
13 Total Tickets
Improvements
app-workflow_engine:6.7.10-2019.3.120 [02-16-2021] - User now returns to the correct Job Manager page when closing a specific job.
Bug Fixes
app-workflow_engine:6.7.10-2019.3.122 [02-18-2021] - Fixed an error that occurred when attempting to cancel child jobs after pausing and then cancelling the parent job.
app-workflow_engine:6.7.10-2019.3.121 [02-17-2021] - Removed methods with no API routes from default roles.
app-workflow_engine:6.7.10-2019.3.119 [02-16-2021] - Reverted changes introduced via incorrect parsing of template variables in the task's input.
app-workflow_engine:6.7.10-2019.3.118 [02-15-2021] - Fixed NPM run encode command.
app-workflow_engine:6.7.10-2019.3.117 [02-12-2021] - Fixed a bug that prevented switching the 'delay' task into error state when an invalid input was set.
app-workflow_engine:6.7.10-2019.3.116 [02-11-2021] - Workflow Engine will use common logic for ensuring database indexes.
app-workflow_engine:6.7.10-2019.3.115 [02-10-2021] - Updated the permissions check for manual tasks on the Job Details page.
app-workflow_engine:6.7.10-2019.3.114 [02-09-2021] - Updated the text color in the task detail dialog.
app-workflow_engine:6.7.10-2019.3.112 [01-29-2021] - Updated pronghorn.json file to be auto-generated.
app-workflow_engine:6.7.10-2019.3.111 [01-28-2021] - Fixed alignment of Auto-Work Tasks checkbox.
Chores
app-workflow_engine:6.7.10-2019.3.123 [02-22-2021] - Moved project to master pipeline.
app-workflow_engine:6.7.10-2019.3.113 [02-03-2021] - Migrated CI for Workflow Engine.
2019.3.13 Maintenance Release [2021-02-02]
Overview
5 Bug Fixes
5 Total Tickets
Bug Fixes
app-workflow_engine:6.7.10-2019.3.110 [01-26-2021] - Fixed a bug that led to incorrect parsing of template variables in the task's input.
app-workflow_engine:6.7.10-2019.3.109 [01-22-2021] - The ViewData task can parse incoming data of type number.
app-workflow_engine:6.7.10-2019.3.108 [01-21-2021] - Workflow Engine views from legacy app-tools are now delegated for migration.
app-workflow_engine:6.7.10-2019.3.107 [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:6.7.10-2019.3.106 [01-18-2021] - Optimized auto-updates to the Active Tasks view to make it dependent on database current load.
2019.3.12 Maintenance Release [2021-01-05]
Overview
1 Improvements
5 Bug Fixes
4 Chores
10 Total Tickets
Improvements
app-workflow_engine:6.7.10-2019.3.99 [12-08-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:6.7.10-2019.3.105 [12-18-2020] - Corrected a bug in the deprecated tasks migration.
app-workflow_engine:6.7.10-2019.3.104 [12-17-2020] - Implemented a migration script to keep task deprecations up-to-date.
app-workflow_engine:6.7.10-2019.3.103 [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:6.7.10-2019.3.100 [12-09-2020] - Enabled validateTask to run even if the path is not from workflow_start.
app-workflow_engine:6.7.10-2019.3.99 [12-07-2020] - Fixed all occurrences of the task id regular expression to match the correct 1 to 4 character hex string value.
Chores
app-workflow_engine:6.7.10-2019.3.102 [12-14-2020] - Updated the database dependency to correct the problem with encoding and decoding workflows with empty objects.
app-workflow_engine:6.7.10-2019.3.101 [12-10-2020] - Updated database module to fix the arbiter bug.
app-workflow_engine:6.7.10-2019.3.98 [12-01-2020] - Pinned versions for package dependencies.
2019.3.11 Maintenance Release [2020-12-01]
Overview
1 Improvements
1 Bug Fixes
2 Total Tickets
Improvements
app-workflow_engine:6.7.10-2019.3.97 [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.
Bug Fixes
app-workflow_engine:6.7.10-2019.3.96 [11-05-2020] - Removed task name validation to permit dynamic task names based on scripts from IAG.
2019.3.10 Maintenance Release [2020-11-03]
Overview
6 Bug Fixes
1 Chores
7 Total Tickets
Bug Fixes
app-workflow_engine:6.7.10-2019.3.95 [10-28-2020] - Fixed module importing bug in migration scripts.
app-workflow_engine:6.7.10-2019.3.94 [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:6.7.10-2019.3.92 [10-19-2020] - Removed erroneous reference to "Regex" as a separator option in the Split task tooltip.
app-workflow_engine:6.7.10-2019.3.91 [10-16-2020] - Jobs in workflows with undefined tasks will no longer start.
app-workflow_engine:6.7.10-2019.3.90 [10-14-2020] - Resolved ViewDiff UI issues when using large text values. Scrollbars are now visible and synchronized.
app-workflow_engine:6.7.10-2019.3.89 [10-10-2020] - Fixed iterations handling of the ForEach task in HA environment.
Chores
app-workflow_engine:6.7.10-2019.3.93 [10-20-2020] - Updated the itential-utils version to use property encryption.
2019.3.9 Maintenance Release [2020-10-06]
Overview
1 New Features
3 Improvements
12 Bug Fixes
1 Chores
17 Total Tickets
New Features
app-workflow_engine:6.7.10-2019.3.87 [10-05-2020] - Added support for user error warnings during workflow validation.
Improvements
app-workflow_engine:6.7.10-2019.3.86 [10-01-2020] - Updated functionality to use itential-utils to generate pronghorn.json API documentation.
app-workflow_engine:6.7.10-2019.3.85 [10-06-2020] - Removed call to migrateWorkflows.js when using npm run migrate.
app-workflow_engine:6.7.10-2019.3.83 [09-27-2020] - Refactored DB indexing scripts to call the EnsureIndexes functionality from the dependent itential-utils module and reduce code duplication in app.
Bug Fixes
app-workflow_engine:6.7.10-2019.3.88 [10-07-2020] - Implemented handling to ensure that null variables input to the makeData task does not cause an uncaught exception.
app-workflow_engine:6.7.10-2019.3.86 [10-01-2020] - Removed unnecessary files from release builds.
app-workflow_engine:6.7.10-2019.3.84 [10-01-2020] - A Scheduled Task will now redirect to the workflow view when clicking the eyeball icon.
app-workflow_engine:6.7.10-2019.3.82 [09-23-2020] - The WorkFlowEngine.admin role is no longer required to see the Visualize tab on the Job Details page.
app-workflow_engine:6.7.10-2019.3.81 [09-23-2020] - Default tab view in Active Jobs and Jobs Manager is now set to "All Active" when FireFox is manually refreshed.
app-workflow_engine:6.7.10-2019.3.80 [09-22-2020] - Resolved UI issue with pagination. Task Manager shows up to 1000 hanging tasks at a time.
app-workflow_engine:6.7.10-2019.3.79 [09-17-2020] - Improved error handling in validate to prevent crashes.
app-workflow_engine:6.7.10-2019.3.78 [09-16-2020] - Updated cellRenderer operations. Tasks in JobManager and JobDetails now show date/time in a proper locale format.
app-workflow_engine:6.7.10-2019.3.77 [09-11-2020] - Modified the migration script to handle all task references affected by the arrayToString to objectToString migration.
app-workflow_engine:6.7.10-2019.3.76 [09-10-2020] - Added a check to validate static input variables for application tasks; also added a check to ensure validation does not occur for task definitions with null incoming variables.
app-workflow_engine:6.7.10-2019.3.75 [09-04-2020] - Prevented _id and initiator from showing in the child job task modal as being required variables to start the job.
app-workflow_engine:6.7.10-2019.3.74 [09-04-2020] - Updated variable information for the ViewData task.
app-workflow_engine:6.7.10-2019.3.73 [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:6.7.10-2019.3.72 [09-03-2020] - Job Manager shows valid start and stop dates in Firefox.
app-workflow_engine:6.7.10-2019.3.71 [08-28-2020] - Job Details now show valid start and end dates in Firefox.
app-workflow_engine:6.7.10-2019.3.70 [08-28-2020] - Fixed border issue in task manager button for Firefox and IE11.
app-workflow_engine:6.7.10-2019.3.69 [08-26-2020] - Added validation check for workflows with empty job variable names.
app-workflow_engine:6.7.10-2019.3.68 [08-24-2020] - WFE will no longer crash on Metrics logger error.
app-workflow_engine:6.7.10-2019.3.67 [08-23-2020] - Fixed error where tasks were no longer visible on the Job Details page.
app-workflow_engine:6.7.10-2019.3.66 [08-21-2020] - Fixed bug in workflow. IAP is now able to handle and complete job tasks assigned to a given HA server.
app-workflow_engine:6.7.10-2019.3.65 [08-21-2020] - Work Task button is disabled if it's claimed by another user.
app-workflow_engine:6.7.10-2019.3.64 [08-21-2020] - Fixed text color in buttons on Job Details page.
app-workflow_engine:6.7.10-2019.3.63 [08-18-2020] - Support for numbers and booleans added to stringConcat task.
app-workflow_engine:6.7.10-2019.3.62 [08-18-2020] - Reverted functionality of stringConcat and arrayToString for consistent functionality across releases.
app-workflow_engine:6.7.10-2019.3.61 [08-17-2020] - Fixed bug where stringSlice returned an empty string when the endIndex parameter was left blank.
app-workflow_engine:6.7.10-2019.3.60 [08-15-2020] - Updated button color for titlebar.
app-workflow_engine:6.7.10-2019.3.52 [07-28-2020] - Adjusted the CSS to make the Task History scrollbar visible while viewing big file content.
app-workflow_engine:6.7.10-2019.3.51 [07-22-2020] - Fixed error where child jobs failed due to parent job not having a default user context.
app-workflow_engine:6.7.10-2019.3.51 [07-16-2020] - Added additional logging and error handling for workflow-engine getJobList.
2019.3.6 Maintenance Release [2020-07-07]
Overview
3 Bug Fixes
3 Total Tickets
Bug Fixes
app-workflow_engine:6.7.10-2019.3.50 [06-24-2020] - Added an error notification on the Job Manager page when collections aren't correctly indexed.
app-workflow_engine:6.7.10-2019.3.49 [06-24-2020] - Fixed a bug to correctly revert the parent job to the childJob task if the childJob is reverted.
app-workflow_engine:6.7.10-2019.3.48 [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.
2019.3.5 Maintenance Release [2020-06-02]
Overview
5 Bug Fixes
5 Total Tickets
Bug Fixes
app-workflow_engine:6.7.10-2019.3.47 [05-28-2020] - Fixed bug causing non-static variables to be incorrectly altered when migrating workflows from 2019.2 and previous.
app-workflow_engine:6.7.10-2019.3.46 [05-26-2020] - Fixed incorrect sorting of iteration tasks.
app-workflow_engine:6.7.10-2019.3.45 [05-19-2020] - Added validation error when job variable includes a '.' or '$' character.
app-workflow_engine:6.7.10-2019.3.44 [05-15-2020] - When task is running or in a scheduled state, jobs will no longer error when updates are made. Errors will be logged instead.
app-workflow_engine:6.7.10-2019.3.43 [05-08-2020] - Fixed bug that caused canceling child jobs to always error.
2019.3.4 Maintenance Release [2020-05-05]
Overview
4 Improvements
9 Bug Fixes
13 Total Tickets
Improvements
app-workflow_engine:6.7.10-2019.3.41 [04-29-2020] - Updated task summary and description for cancelJob, checkWorkflowForJobVariables, childJob, and other tasks as necessary.
app-workflow_engine:6.7.10-2019.3.39 [04-20-2020] - Updated task summary and description for addDuration, addWatchers, and calculateTimeDiff.
app-workflow_engine:6.7.10-2019.3.36 [04-17-2020] - EventListenerJob is a new task that can use job variables for the event listener parameters.
app-workflow_engine:6.7.10-2019.3.30 [04-10-2020] - Enhanced the makeData API description.
Bug Fixes
app-workflow_engine:6.7.10-2019.3.42 [04-30-2020] - Fixed bug that caused workflows to not start if an eval task contained no evaluation_groups.
app-workflow_engine:6.7.10-2019.3.40 [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:6.7.10-2019.3.38 [04-20-2020] - Fixed the display of job details that contained manual tasks with no user group attached.
app-workflow_engine:6.7.10-2019.3.37 [04-17-2020] - Fixed bug that caused some jobs to not display on the Active Jobs page.
app-workflow_engine:6.7.10-2019.3.35 [04-16-2020] - Fixed issue that caused memory heap errors in large databases. Enhanced migration script for HA environments.
app-workflow_engine:6.7.10-2019.3.34 [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:6.7.10-2019.3.33 [04-15-2020] - Removed 'Start Date' and 'End Date' search filters from the Job Manager UI.
app-workflow_engine:6.7.10-2019.3.32 [04-13-2020] - Fixed the returnCompletedTaskData API to correctly return an error when trying to update a task not in the running state.
app-workflow_engine:6.7.10-2019.3.31 [04-13-2020] - Restored the showJsonForm task reference variables on workflow import and export.
2019.3.3 Maintenance Release [2020-04-07]
Overview
2 Improvements
11 Bug Fixes
1 Deprecations
14 Total Tickets
Improvements
app-workflow_engine:6.7.10-2019.3.25 [03-30-2020] - Restored (undeprecated) the Array, String, Number, and Object functions in Workflow Builder.
app-workflow_engine:6.7.10-2019.3.29 [04-08-2020] - Fixed an issue that prevented automatic tasks from running.
app-workflow_engine:6.7.10-2019.3.28 [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:6.7.10-2019.3.26 [04-01-2020] - The "Work Task" button is disabled until after the task is finished running.
app-workflow_engine:6.7.10-2019.3.24 [03-31-2020] - Updated index scripts to remove unnecessary duplications.
app-workflow_engine:6.7.10-2019.3.23 [03-27-2020] - Added a missing index to the parent.job field to improve performance of the jobManager.Details view.
app-workflow_engine:6.7.10-2019.3.22 [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:6.7.10-2019.3.21 [03-19-2020] - Child job task no longer hangs on running when error occurs.
app-workflow_engine:6.7.10-2019.3.20 [03-18-2020] - Resolved issue in Workflow Engine for migrated workflows that have outgoing variables.
app-workflow_engine:6.7.10-2019.3.19 [03-17-2020] - Added input field to override task output type for a job variable if the output type is any, represented as "*" in the output schema, in order to support translations in all automatic tasks.
app-workflow_engine:6.7.10-2019.3.18 [03-12-2020] - Resolved performance issues with Jobs page.
app-workflow_engine:6.7.10-2019.3.17 [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.
Deprecations
app-workflow_engine:6.7.10-2019.3.27 [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.2 Maintenance Release [2020-03-03]
Overview
6 Bug Fixes
6 Total Tickets
Bug Fixes
app-workflow_engine:6.7.10-2019.3.16 [02-25-2020] - Updated index script to ignore background property when verifying.
app-workflow_engine:6.7.10-2019.3.15 [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:6.7.10-2019.3.14 [02-12-2020] - All eventListener tasks will be set to "prime" status. This allows them to "wait" and continue listening on application restart.
app-workflow_engine:6.7.10-2019.3.13 [02-11-2020] - Added migration step for JsonForms.ShowJsonForm tasks.
app-workflow_engine:6.7.10-2019.3.12 [02-06-2020] - Fixed Event Listener task by properly instantiating the Ajv parser.
app-workflow_engine:6.7.10-2019.3.11 [02-03-2020] - Added 'created_by' and 'last_updated_by' to collection by default for null values.
2019.3.1 Maintenance Release [2020-02-04]
Overview
1 Improvements
4 Bug Fixes
1 Chores
6 Total Tickets
Improvements
app-workflow_engine:6.7.10-2019.3.7 [01-22-2020] - Added metrics collection on Jobs written to the log file on completion or cancellation.
Bug Fixes
app-workflow_engine:6.7.10-2019.3.10 [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.7.10-2019.3.9 [01-30-2020] - Improved job details page in Job Manager to show initiating user.
app-workflow_engine:6.7.10-2019.3.8 [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.10-2019.3.5 [01-03-2020] - Fixed issue where libraries were not correctly loaded for some manual tasks in Active Tasks and Job Visualization.
Chores
app-workflow_engine:6.7.10-2019.3.6 [01-15-2020] - Updated repository url of repo.
2019.3.0 Feature Release [2019-11-29]
Overview
1 New Features
16 Improvements
22 Bug Fixes
6 Chores
4 Deprecations
49 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.
app-workflow_engine:6.4.1 [10-11-2019] - Added app-number methods as a library inside Workflow Engine.
app-workflow_engine:6.4.0 [10-11-2019] - Added new library of tasks to support various time data formats and conversions.
app-workflow_engine:6.3.2 [10-11-2019] - Added app-tools methods as a library inside Workflow Engine.
app-workflow_engine:6.3.0 [10-07-2019] - Decoupled multiple components to reorganize the application. Fixed bug where the server id was not getting passed through to several functions.
app-workflow_engine:6.2.3 [10-03-2019] - Added app-string methods as a library inside Workflow Engine.
app-workflow_engine:6.2.2 [10-01-2019] - Added app-object methods as a library inside Workflow Engine.
app-workflow_engine:6.2.0 [10-01-2019] - Added app-array methods as a library inside Workflow Engine.
app-workflow_engine:6.1.0 [09-27-2019] - Script added to dynamically generate pronghorn.json file from smaller pronghorn.json library files.
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.
app-workflow_engine:6.3.1 [10-09-2019] - Resolved multiple iterations of tasks outside of loop. This fix prevents reverting to a task that was created due to empty iterations on incomplete tasks.
app-workflow_engine:6.2.1 [10-01-2019] - Fixed error causing Auto-Work Tasks label to no longer appear. Modified width of the html span element.
app-workflow_engine:6.0.1 [09-23-2019] - Users who work and then cancel a task in the Job Details UI are able to go back and work the previously canceled task again.
app-workflow_engine:5.3.6 [09-20-2019] - Fixed crash that occurred due to an undefined variable in the Workflow Engine loop.
app-workflow_engine:5.3.5 [09-12-2019] - Task Execution Suspended dialog is properly rendered in Firefox.
app-workflow_engine:5.3.4 [09-12-2019] - Fixed system that analyzed a workflow for determining whether job variables required by a task had already been created in a previous task, or if they are required to start a job.
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.
app-workflow_engine:6.0.3 [09-24-2019] - Fixed references to outdated repositories and updated required node version.
app-workflow_engine:6.0.2 [09-23-2019] - Fixed issue with inconsistent encryption causing encrypted builds to fail. Changed lib folder name to helpers.
app-workflow_engine:5.4.0 [09-20-2019] - Restructured internal organization of application. Improved linting, updated to use latest packages, and decoupled different parts of the application.
app-workflow_engine:5.3.3 [08-16-2019] - Added the ajv package as a dependency.
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.
app-workflow_engine:6.6.6 [12-02-2019] - Deprecated the claimJob and releaseJob methods.
app-workflow_engine:6.0.0 [09-23-2019] - Removed deprecated functions startJob, getCompletedJobs, and getJobById, as well as their respective APIs.
2019.2.0 Feature Release [2019-08-20]
Overview
2 New Features
5 Improvements
24 Bug Fixes
1 Chores
1 Deprecations
33 Total Tickets
New Features
app-workflow_engine:5.2.14 [07-29-2019] - Workflow Engine now provides an event listener task.
app-workflow_engine:5.2.0 [06-06-2019] - Added the ability to utilize manual tasks written with react.
Improvements
app-workflow_engine:5.3.1-2019.2.0 [08-06-2019] - Pinned dependencies for release.
app-workflow_engine:5.2.17 [07-29-2019] - Added functionality to workflows/search to allow for search by tags.
app-workflow_engine:5.2.12 [07-24-2019] - Migrated from itential-ci to argo.
app-workflow_engine:5.2.8 [07-16-2019] - Updated pattern matching mechanism to allow for manual task documentation.
app-workflow_engine:5.1.13 [04-25-2019] - Added JSON schema for documentation.
Bug Fixes
app-workflow_engine:5.3.1 [08-12-2019] - Added an error based scenario callback to the task.
app-workflow_engine:5.2.23 [08-01-2019] - User interaction with UI is blocked when 'TASK EXECUTION SUSPENDED' modal is visible.
app-workflow_engine:5.2.22 [08-01-2019] - Fixed issue in multi-server environment on workflows with concurrently running tasks; race condition would allow task to run more than once and show in error logs as: "attempted to update job: (unique job id) but task was in complete state".
app-workflow_engine:5.2.21 [07-31-2019] - Modified the migrateWorkflows.js migration script to no longer use the filesystem properties, but instead use the database properties to find the active AAA adapter for the server.
app-workflow_engine:5.2.20 [07-30-2019] - Fixed an issue where eval operation (while using the contains and !contains operator) with an object on the left side operand and a dot notation string lookup on the right side operand would return the opposite of the intended value when the key in the right side operand was mapped to a null value.
app-workflow_engine:5.2.19 [07-29-2019] - Prevent header to drop down the page, when claim task button clicked.
app-workflow_engine:5.2.18 [07-29-2019] - Very long device name will no longer overflow the scroll button.
app-workflow_engine:5.2.16 [07-30-2019] - Resolved issue in json-schema validation for methods: import (workflow parameter) and export (output object) were attempting to use the workflowDocument.json (for validating MongoDB workflow documents only) instead of a schema where all users and groups are objects instead of MongoDB ObjectIds.
app-workflow_engine:5.2.15 [08-14-2019] - Added ability to handle tags within the import/export functionality of workflows.
app-workflow_engine:5.2.13 [07-11-2019] - Fixed position of search and filter buttons in Job Manager.
app-workflow_engine:5.2.11 [07-22-2019] - Fixed a bug when a user that wasn't a member of a manual task's authorized groups could still work the task from Active Jobs.
app-workflow_engine:5.2.10 [07-22-2019] - Allow task scheduling after workflow engine update to v.4.0.0.
app-workflow_engine:5.2.9 [07-22-2019] - Fixed an issue where query task would return entire object when pass_on_null flag was true, but the queried value was falsey (0, '', null, false) instead of only when the queried value was undefined.
app-workflow_engine:5.2.7 [07-10-2019] - Fixed react component issues in workflow engine.
app-workflow_engine:5.2.6 [07-08-2019] - Work Task button is aligned center right across all browsers.
app-workflow_engine:5.2.5 [07-08-2019] - Date formats will follow browser locale.
app-workflow_engine:5.2.4 [07-02-2019] - Removed breaking additional variable requirement that was preventing workflows from being run or saved.
app-workflow_engine:5.1.5 [03-27-2019] - Improved keyboard accessibility to job manager, job details and task manager pages.
app-workflow_engine:5.1.4 [03-27-2019] - Added css styling to hold the title bar in a fixed position.
app-workflow_engine:5.1.2 [03-26-2019] - Fixed spacing between between dialog box and text for task execution suspension.
app-workflow_engine:4.21.4 [02-22-2019] - Accessibility: Able to navigate Active Jobs Table via keyboard.
app-workflow_engine:4.21.3 [02-04-2019] - Fixed revert failure in workflow engine. For any manual tasks, the input values that are received from a previous job that did not complete will be cleared.
app-workflow_engine:4.21.1 [01-11-2019] - Table filter cleared when running SIMPLE search. Jobs filtering made consistent for ADVANCED and SIMPLE modes. Fixed removal of handlers for event ('filter') (ADVANCED mode).
Security Fixes
app-workflow_engine:5.1.3 [03-27-2019] - Security: Updated lodash module to 4.60.x.