How To: Run a Script with a Scheduled Event Handler

How To: Run a Script with a Scheduled Event Handler

How To: Run a Script with a Scheduled Event Handler


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


  1. Navigate to Domain > Server >Events > click + to create new Event.
  2. In the new box, click Add Event.
    A computer screen with a white boxDescription automatically generated

  3. Choose Scheduled Events > Scheduled Standard Event , then click Okay.
    A screenshot of a computerDescription automatically generated

  4. Then navigate to Conditions and click + ADD CONDITION
    A screenshot of a web pageDescription automatically generated

  5. 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.
    A screenshot of a computerDescription automatically generated

  6. Click Action and click Add Action.
    A screenshot of a computerDescription automatically generated

  7. Choose Spawn process to run job.
  1. Enter the Path to your script under Attachments
  2. Enter any Parameters under Parameters then click +
  3. Click Okay
    A screenshot of a computerDescription automatically generated
  1. Click Next.
  2. Enter a name for your event, then click Next.
    A screenshot of a computerDescription automatically generated

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

A screenshot of a computerDescription automatically generated



 

    • Related Articles

    • How-To: Run a Script with a Scheduled Event Handler

      Question Can I create a scheduled event to call and run a script? Reasoning I currently have Titan FTP server and would like to take advantage of the event handler capabilities to automate jobs.   Answer Titan FTP Server includes the ability to ...
    • How To: Launch a Script with an Event

      Question Is it possible to have Titan SFTP Server launch a custom script from an event? Reasoning I have several actions needed to be performed which Titan does not have a native action for, therefore, I have written a script which will perform all ...
    • HowTo MoveFilesWithAnEventInTitanNexGen

      How To: Move Files with an Event in Titan NexGen Question How to move files using an event in Titan NexGen? Answer Please follow the step-by-step instructions below. Steps to Move Files using Event Upload Successful: In your Admin Console, go to ...
    • How To Event-File upload

      How To: EVENT – File upload Question How can I create an event that triggers when a file is uploaded? Reason To automate actions such as notifications, file transfers, or processing tasks whenever a user uploads a file. Answer You can create a file ...
    • How To: Create a File Uploaded Event

      Question Can I create an automation that triggers once a file is uploaded into Titan SFTP Server? Reasoning As an admin, I would like to be able to create automations that perhaps can send email notifications or process the incoming files once ...