Skip to main content
Pathfinder Advocate | Tier 6
February 1, 2022
Question

How can I give a task higher priority to run?

  • February 1, 2022
  • 13 replies
  • 171 views

For example there is a task running, and during its run, there will be a new task to run.

And i want new task to run first, after it finishes running, other one will continue running

    13 replies

    Tamil Arasu10
    Most Valuable Pathfinder
    Most Valuable Pathfinder
    February 1, 2022

    I haven't tried yet. @ChanduMohammad S​ But I'm sure that using triggered events we can achieve this.

     

    When you triggered the task, that will automatically run at a higher priority. So, this existing task will be paused and the triggered task will run at the earliest 

     

    Hi @Semih Öztürk​, Please try with trigger events to execute the new task.

     

     

    _Tamil_
    Pathfinder Advocate | Tier 6
    February 1, 2022

    Okay @ChanduMohammad S​  thank you

    Pathfinder Advocate | Tier 6
    February 1, 2022

    Hi @Tamil Arasu​ 

     

    Thank you for the reply. I guess i cant do this for now, because in the version of A460 i use, there is no "automation priority" option unfortunately.

    But thank you for you both for answering my question