workflows
Client.Jobs.Query
Query jobs in the specified interval.
The jobs are lazily loaded and returned as a sequence of Jobs. The jobs are returned sorted by creation time in reverse order. The output sequence can be transformed into a slice of Job using Collect function.
Parameters
Options for querying jobs
Options
Specify the time interval for which data should be queried. Right now, a temporal extent is required for every query.
WithAutomationID(automationID uuid.UUID)
Specify the automation id for which data should be queried. Only jobs that were created by the specified automation will be returned.
Returns
A sequence of jobs.