The idea is:
to make it possible to execute a workflow by name (database name of workflow), not just by id, because the id needs to execute a request which can make the process a little slower
My use case:
facilitate communication between the various workflows that I have, in addition to the fact that when I provide maintenance services, if someone removes and adds the workflow again, they have to change the id even if the name remains the same.
Would you solve these two problems below in each area or workflow that is needed
I think it would be beneficial to add this because:
it will avoid having to add more nodes to be able to just capture the id that would be found if the name was used
Any resources to support this?
Update database to use not just id, but name too
Are you willing to work on this?
Yes