Automate Linter: linter rules will create a warning in your flow when the linter identifies common issues. These rules can be changed and added to within the linter configuration panel.
New Flow Debugger and Linter panels
Linter panel allows you to update linter rules
Debug Panel shows all issues and explains the warning inside the panel
Automate Default Flows: New Automate flows are now crested with a default flow, that include key nodes to ensure that you're including nodes that are needed for service and engine mode to work as expected. This includes an aiWare in node, catch node, and both success and failure aiWare out nodes.
Increase elastic nested_objects limit to 20K: this is to help support apps that need more nested objects return during search.
Bug fixes:
jobs GQL query failing: this is caused when filtering by engineId/engineCatagory we fixed the underlying issue and also optimized the query.
Automate studio: processing endpoint can crash when an automate flow is edited because the running “flow” restarts in the node-red-v3 container
Schedule Jobs: Deactivating a scheduled job on aiWARE doesn't deactivate it in AIProcessing
Fix flowExecution object in automate: This has been fixed to add logs and other information around the flow execution to make it easier to troubleshoot, especially when I'm using it in something like service mode.