Creating entities in a background microflow

0
During a microflow running in the background I am creating some entities and adding them to a list. Is there anything special I should do because this is being run in the background?
asked
1 answers
0

No. The database is indifferent to whom is creating the entities. Frontend, backend, a web service, it is all the same to him. The only difference is, since a background-process has no user-session, that the CreatedBy will not contain a user account.

answered