OutSystems / docs-product

OutSystems 11 product documentation
http://success.outsystems.com/Documentation/11
Other
39 stars 257 forks source link

Update launch-process-action.md #444

Open stevendecock opened 3 months ago

stevendecock commented 3 months ago

Add a warning section on this page to clarify the (unexpected) behavior of the Launch Process actions. These actions do not wait for the current transaction to commit before launching the process.

So if you update an entity and then launch a process using this action, the process might not yet see the updated values if the process gets started before the transaction commits.

I have tested this on our environment and it is 100% reproducible.

This nuance can lead to obscure bugs (I speak from experience).