| Work Item Type | Title | Release Notes |
|---|---|---|
| Issue | Right Curtain Details Tab on Parent Workflows |
The Right Curtain now contains a ton of contextual workflow details for Parent Workflows including:
![]() |
| Issue | Right Curtain Details Tab on Children (subflows) |
The Right Curtain now contains a ton of contextual workflow details for Subflows including:
|
| Issue | Right Curtain Details Tab on Children (steps) |
The Right Curtain now contains a ton of contextual workflow details for Workflow Steps including:
|
| Issue | Single Workflow View: Data |
Selecting a workflow from the main Workflow Status now shows a focused view for workflows. Now when users need to take a deep dive into workflows they can see a specific workflows information presented clearly.
![]() |
| Issue | Context Data Tab (V1) for Parents, Steps, Subflows |
In the Workflow Status Right Side Bar there is now a Context Data tab which displays all of the information produced by the workflow or subflow selected. This is critical information for any workflow author or administrator reviewing or debugging workflow executions. Expand the right side bar and select the Context Data tab to access this information.
![]() |
| Issue | Advanced Search: Tags (Downloads) |
The Workflow Status page now allows users to refine the results down to just the workflows that produce a downloadable file.
|
| Issue | Advanced Search: Types (dev steps, dev workflows, subflows) |
Admin Users can now include or exclude Dev Workflows and Steps in their Workflow Status View. Dev Workflows and Steps are not selected by default but can easily be included in the Workflow Status Advanced Search pane.
![]() |
| Issue | Use web-optimized thumbnails for all asset thumbnails displayed in Reach Engine |
In an effort to increase the performance of Tile View, image asset tiles now pull a different asset thumbnail depending on the Tile View size. The smallest two tile sizes are using thumbnails as the image. The three larger tile sizes are using proxies as the image. The frame size, compression and quality of these images (and thus their physical size and performance) can be further adjusted and optimized based on the imagemagik profile settings in your ingest workflows.
|
| Issue | Single Workflow View: Nested Navigation |
It is easier than ever to navigate through multi-level workflows so users can dive deep into Reach Engine's Orchestration activity.
Features include:
![]() |
| Issue | Single Workflow View: Actions |
Users can now use the Actions column and the included buttons to Pause, Resume and Abandon parent workflows.
|
| Issue | Workflow Status should not load values into Cache |
Improvements to the Workflow Status experience to interact with Workflow Context Data in a more efficient manner so that interaction of the status page has a significantly reduced impact on the database and any executing workflows thus leading to increased performance.
|
| Issue | Show Workflow SDK Version in About Screen |
Workflow SDK Version is show in the About Screen
![]() |
| Issue | Improve performance of initializeAllContextData | All unnecessary workflow_context_data_value table reads are removed from workflow execution start. Workflows with large numbers of subflows should see significant improvement. |
| Issue | Allow SubmitHttpSteps to open more concurrent connections |
Introduced a new dynamic property called apacheHttpClientFactory.maxConnectionsPerRoute.submitHttpStep to provide maximum number of concurrent connections per route (non-ssl http routes) dynamically. 4 is the default maximum connections per route. The default total max of 20 remains. So it wouldn't give any benefit currently to set connections-per-route above 20. Changes to the noted property will require a restart of the workflow runtime(s) to take effect. https connections get a new client on every request, so they won't be limited at all or impacted by this setting.
|
| Issue | Search in WF Status: Started After |
The Advanced Search pane in Workflow Status now allows you to refine the results based on date and time.
Use the "Started After" field to limit the results to a date / time in the past.
|
| Issue | Search in WF Status: Started Before |
The Advanced Search pane in Workflow Status now allows you to refine the results based on date and time.
Use the "Started Before" field to limit the results to a date / time in the past.
![]() |
| Issue | Search in WF Status: Started By |
Workflow status allows users to filter the results based on who started a workflow. Use the dropdown and the type-ahead functionality to select one or more username to include in your results.
![]() |
| Issue | Api Performance Enhancement: MetadataGroupsResource /api/metadata/groups/{id}/properties |
Now sorting fields in SQL for improved performance.
|
| Issue | ReEnable Batching for AnyDirectoryIngest |
Based on customer feedback the system default "Any Directory Ingest" workflow has been updated to the previous design of "batching" through large sets of data rather than sending all files to the subflow simultaneously to be handled by the Workflow Scheduler. The default simultaneous files to process in a batch is 100 but can be modified with the dynamic property workflows.default.ingestDirectory.queueLimit set to any number.
|
| Bug | Any Directory Ingest Crawls with large directories |
The parent workflow that handles all files in the directory is delegating the file operations to subflows, so there is no reason to use File data defs here. This is relevant because our file operations have to run on every entry in a File array (mapPath etc). We can use strings and then the subflows will make the appropriate conversion.
|
| Bug | Invalid Project CheckOut Path |
The default "Checkout Project" workflow now properly includes a trailing / for S3 locations.
|
| Bug | Workflow SDK version missing in About Modal |
The version of the workflow SDK is once again shown in the About modal as expected.
![]() |
| Bug | Spartan - Workflow Status: Details panel Assets link active/allows download of assets with restricted categories |
File link should now behave identically to the download button that exists on the workflow status row. Asset permissions are not relevant here as workflow downloads are links to raw files with no association to an asset.
|
| Bug | studio-core workflow xsds are not available |
There is a dynamic property to enable these. Please note that this is the only location for the most up to date XSDs for workflow development against RE 2.7.0+
rest.workflowSchema.enabled=true
|
| Bug | On Amazon 2018 OS, external rpm repo is being overridden by Amazon Updates rpm repo |
The issue is being caused by a priority level setting within the amzn-updates.repo file.
To allow for external-rpms repo to override rpms with the same name in the amzn-updates.repo, a higher priority setting must be put into the reachengine external rpm repo configuration. The priorities are now set to 5 versus Amazon 10 setting.
|








