Skip to main content

Working with Jobs

A Job is a process Informer runs, on a schedule or on demand, that refreshes some Data (DatasetA saved, queryable collection of data pulled from one or more Datasources. Datasets are the foundation for reports, dashboards, and AI data analysis.s and Queries) and then performs Actions on the results: email it, save it to a file system, send it over FTP, and more.

The Job Details page for a Sample Job: a left rail with Job, History, Access, and Comments; a Job panel with a Schedule toggle, When, and Time zone; a Data panel listing the Northwind Orders Dataset; and an empty Actions panel
The Job Details page: Schedule, Data, and Actions in one view.

Why Jobs matter

Reports answer questions when someone opens them; Jobs answer questions automatically and deliver them. Set a Job to refresh the Northern Sales Dataset every morning and email each regional director their slice of it, or drop a nightly export onto a shared drive, and the work happens without anyone signing in. A Job ties together the data, the schedule, and the delivery, so a recurring task is defined once and then just runs.

The anatomy of a Job

Every Job is built from three things:

Open a Job and you get a workspace with a tab for each part of it:

TabWhat it's for
JobThe Job's Data, Actions, and schedule
HistoryEvery past run: when it fired, how long it took, and whether it succeeded
AccessThe owner and Teams that have access to this Job
CommentsDiscussion regarding the Job

The kinds of Action

A Job can run several kinds of Action after its data refreshes:

ActionWhat it does
Save to File SystemSave export files to a file system connected to the Informer server.
Send an EmailCompose an email in a rich editor, with content sourced from the Job's data.
Send an Email BurstSend many emails at once, one per unique email address found in the data.
Send to FTPSend files over an FTP, FTPS, or SFTP connection.
Export Saved ListSave the results back to a U2 Datasource.
Batch UploadGroup data and upload one file per group to FTP or a cloud Drive.
Upload to DriveUpload files to a OneDrive or Google Drive IntegrationA connection from Informer to an external service such as Google Drive, Gmail, or Salesforce, used by Apps, chats, and jobs to act on your behalf. or Library.

Depending on your environment, a Publish to Cloud Action may also be available when Informer is connected to the cloud.

In this section

ChapterIn one line
OverviewThe listing page, the details page, Actions, history, and creating a Job.
Data within a JobAdd Datasets and Ad hoc Queries as the data a Job acts on.
Actions within a JobEmail, file system, FTP, Drive, and the other delivery Actions.
Scheduling a JobRun a Job automatically on a recurring schedule.
AppendixBest practices for configuring Jobs to run efficiently.

Where do I look when...

You want to...Where
Build a new JobCreating a Job
Choose what data the Job usesData within a Job
Decide what the Job deliversActions within a Job
Run it automaticallyScheduling a Job
See whether last night's run succeeded, or why it failedJob history
Control who can edit or run the Jobthe Access tab
Also available through the REST API
Everything on this page is built on Informer's public REST API, the same one the product uses, so your scripts and integrations can do it too. Developer reference: Jobs.