Hello. Could you help us solve the next question:
We have process, that is triggered by SavedStartMessage, it works corrctly when relevant record is saved from UI (added or updated)
What we need to do - when saving some changes from code (other process) to thrigger this starting message. We tried next aproach, but it doesn't trigger required start message:
We also tried getting Entity by EntitySchemaQuery, changing some field and tehn saving changes, but it also didn't work.
Could you suggest some other approach?