Jump to content

How to assignate a timer in a worker?


Guest Gonzalez Sanchez Maria del
 Share

Recommended Posts

Guest Gonzalez Sanchez Maria del

I want to know if it is possible to assignate a timer in a worker, that I need is that every hour the worker gone to other node only for thirty seconds and then return to its place

Link to comment
Share on other sites

Yes it is possible. 

You can exceute a process by picking the hourly event as fired by the timer (as attached).

Subsequently you can use process logic to release the worker, move the worker, then re-seize the worker.

image.thumb.png.3f6fb492df90ca1647172aa4da5c3b9b.png

 

A second alternate is to use the default functionality included under advanced options within a server's "On Resource Releases" option. This should allow for you to specify the hourly interval for release as you require.

 

image.thumb.png.cc3696e83505ad6d168d424119de5414.png

Link to comment
Share on other sites

Guest María del Pilar Gonzalez

I tried the first option you told me, but it doesn't work, is there an specific process that make it work? because I think that the process I choose could be wrong, I tried with other options but when I run the simulation the worker dissapears and then return to the node that I need it to be, but it doesn't return to its main place.

 

 

Link to comment
Share on other sites

×
×
  • Create New...