Is it possible to get Workflow name within a running workflow.
Hi All
We have a standard exception handling step to be included in workflows.
Does anyone know if it is possible to get the workflow name to set as an input argument?
(rather than using a literal)
ie in the catch statement of business services I can use this.Name() to return the name of the BS so developers do not have to remember to change when they copy to a new script.
Is it possible to do something similar for workflows?
Thanks