Closed yogeshgoyal26 closed 1 month ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.
:white_check_mark: guzzijones
:x: Yogesh Kumar
This looks good to me.
@yogeshgoyal26 Looks like we have a Changelog for Orquestra: https://github.com/StackStorm/orquesta/blob/master/CHANGELOG.rst It would be helpful to include a description for this enhancement in there too for completeness.
Improvement in inspect context and detect undefined task logic to improve overall execution performance of inspect. Specifically scenarios where the tasks success and failure are moved to same task in the workflow, then in that case the tasks are added to the queue in multiple of 2, which increase the overall time take by inspect method. Below is an example workflow: Task1 - Added 1 time Task2 - Added 2 times Task3 - Added 4 times Task4 - Added 8 times ..