Question
Can I create a scheduled event to call and run a script?
Reasoning
I currently have Titan MFT server and would like to take advantage of the event handler capabilities to automate jobs.
Answer
Please follow the Titan MFT Server includes the ability to create several different event handlers to automate processes. One of the event handlers does include a “Scheduled Standard Event” which you can configure to trigger at a specific time and repeat at a certain interval.
Steps
- Navigate to Domain > Server >Events > click + to create new Event.
- In the new box, click Add Event.

- Choose Scheduled Events > Scheduled Standard Event , then click Okay.

- Then navigate to Conditions and click + ADD CONDITION

- Choose an option whether you want your event to run One Time or on Repeat (if this otion is chosen, choose the corresponding Days, Hous, and Minutes to repeat ), then click OKAY.

- Click Action and click Add Action.

- Choose Spawn process to run job.
- Enter the Path to your script under Attachments
- Enter any Parameters under Parameters then click +
- Click Okay

- Click Next.
- Enter a name for your event, then click Next.

- Review if all the information is correct for your event then click Create.
