The idea is:
Add author identification info to workflows in both the UI and API. At a minimum, if the workflow was not created by the current account.
My use case:
Using the owner account, I’m able to view all member workflows in my workflows list. Similarly, when I query the workflows API, I also receive all member workflows. However, I’m not able to determine who owns which member workflow as there is no author info given or displayed.
I think it would be beneficial to add this because:
Author identification would provide clarity and the option to filter programmatically. Ideally, it’d be better if I could filter just the workflows belonging to the owner account so the list is less cluttered.
Any resources to support this?
N/A
Are you willing to work on this?
Not a high priority at the moment and there are workarounds I can use in the meantime.
Note: this is also happening with executions API and might be a good idea to add author info there as well.