Skip to main content

Jobs

Jobs are Python scripts scheduled to be executed periodically – hourly, daily, weekly or monthly.

How to schedule a Job

  1. Create a new Job in the Home screen.

  2. Code a Python script using all the resources available on your environment. You can code on your preferred IDE by clicking to "Open in editor" or directly on Abstra's UI. You can also copy a script you already have ready.

  3. Navigate to the "Settings" tab to select the frequency you'd like your Job to run. Choose in the simple dropdown menu - hourly, daily, weekly or monthly, and the selected time.

  1. Deploy your project to the Cloud Console to activate your Job. Keep up with executions in your auditable Logs.
info

Since Jobs are time-based, they cannot be triggered by any other stage within a Workflow.

However, they can trigger following stages.