I don’t see API to get the workflow by name , I see only option available is to getById .
{{baseUrl}}/workflows/:id
Scenario:In the case that you want to call a WF from another workflow, instead of hardcoding the child workflow ID, we can use an HTTP call to find the child workflow based on the name in the workflow and we do not have to hardcode any value.
Any pointer how others are handling this ?
Added idea GOV-I-4011