DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Event Triggers with a parallel worker

What is the expected behavior regarding triggers and headless parallel workers?  I have a couple user scripts that are attached to the onloading and onloaded events.  When I run a worker in headless mode, it does not appear that these scripts are called.  But, if I let the worker display the GUI, the events run fine.  Is that expected?  

0 Kudos
Message 1 of 2
(2,722 Views)

Hi Russell,

all events should execute in headless mode as well.

One of the differences in headless mode is that the Navigator window is not opened at the start of the worker.

This results in much faster loading of the worker because the Navigator tree takes some time to be displayed.

A second thing is that the default data file is only loaded on the first opening of the Navigator window.

This could be the difference you see.

I hope this is helpful to get your scripts working.

DIADemo

0 Kudos
Message 2 of 2
(2,694 Views)