Retrieve ModelGUID for WorkflowDefinition

0
Hello,   I’m building a microflow for navigation purposes and i’d like to route the user to the appropriate user task page upon login. I’m trying to constrain the query as much as possible by using the workflow definition within the xpath query. Rather than use the name, I thought it might be more resillient to use the ModelGUID. Low and behold that the domain model of WorkflowDefinition does not expose the ModelGUID, unlike for instance UserRole. Has anyone else run into this scenario? Did you resolve it by sticking the workflow name into a constant and using that instead?   Thanks!
asked
1 answers
0

Nevermind. I just found the ‘Retrieve Workflow Context’ action. That will satisfy my needs.

answered