Update:
My question in general is if global variable are session based. Other example as below. Let’s say I have an object variable selectedRecords that is set when a user clicks on a row on a data list. When user A selects record 1 and user B selects record 2. User B does not overwrite the current variable value of user A?
Hi there,
I am using the global alert workflow to dynamically show alerts on my pages. I am now curious if this is session based. See the example below.
I have two pages:
Edit Customer
Edit Project
After succesful submit I want to show the success alert as a toast on the bottom of the page (which works). Both pages are using the alert section which is bound to the same global Alert workflow both using the same object variable alert {}
My question:
Is the execution of this alert worklow session based? If two users separately saving mutations on both Customer and Project page. Will the corect alert being shown that belongs to context that is edited. Or would for example a save of mutations on Project also trigger the Alert on the Customer page?