cancel
Showing results for 
Search instead for 
Did you mean: 

How To Get A Process Flow Node Model

ianfmccallum
Explorer
0 Kudos

Hello:

I'm trying to get the model for a Process Flow node. The Process Flow control has a method for getting the selected node, and the Process Flow Node is a Managed Object, but it doesn't look like there is a method to get the model (or the path) from the node. Am I not reading the documentation correctly?

Any help would be greatly appreciated.

Thanks

View Entire Topic
former_member182372
Active Contributor
0 Kudos

there is a getModel method inherited from sap.ui.base.ManagedObject.

what exactly is not working?

ianfmccallum
Explorer
0 Kudos

Thanks for the reply...please see below