How to get persistent objects in arbitrary microflow?

0
I saved the login information in a persistent object, how should I use it when I call rest at any time?
asked
1 answers
2

You can retrieve this object from the database and use the attributes you stored (login, password,...) when calling the rest service, as credentials.

Or is your question about something different?

answered