After upgrading to the latest AW version, the dispatch workflow fails with the following in the agent job:
Line 7: type 'dispatch_workflow'
Warning: Validation errors found:
Warning: - Line 7: dispatch_workflow requires a 'workflow_name' field (string)
This declaration was working for a couple of months:
dispatch-workflow: [workflow-handler]
attempted with explicit declaration also fails:
dispatch-workflow:
workflows: [workflow-handler]
Could you please fix this?
Thanks
After upgrading to the latest AW version, the dispatch workflow fails with the following in the agent job:
This declaration was working for a couple of months:
attempted with explicit declaration also fails:
Could you please fix this?
Thanks