Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

How to execute a script before a discovery schedule

Gerald Hadeyer
Tera Contributor

Hello,

I would like to run a script before a specific discovery schedule is executed.

Is there a way to do this?

Thanks for your input.

 

Reagrds

Gerald

1 ACCEPTED SOLUTION

Shubham_Jain
Mega Sage
Mega Sage

@Gerald Hadeyer 

 

Use a Scheduled Script Execution (Scheduled Job)

  • Create a Scheduled Script Execution that runs shortly before the Discovery Schedule.
  • In the script, you can perform any pre-checks, logging, or setup tasks.
  • Make sure the timing aligns with your Discovery Schedule.

 

✔️ If this solves your issue, please mark it as Correct.


✔️ If you found it helpful, please mark it as Helpful.



Shubham Jain


View solution in original post

2 REPLIES 2

Shubham_Jain
Mega Sage
Mega Sage

@Gerald Hadeyer 

 

Use a Scheduled Script Execution (Scheduled Job)

  • Create a Scheduled Script Execution that runs shortly before the Discovery Schedule.
  • In the script, you can perform any pre-checks, logging, or setup tasks.
  • Make sure the timing aligns with your Discovery Schedule.

 

✔️ If this solves your issue, please mark it as Correct.


✔️ If you found it helpful, please mark it as Helpful.



Shubham Jain


Gerald Hadeyer
Tera Contributor

Thxs a lot that will be a possible solution. Not the best one cause of the alignment of the schedules, but it will work.