Get Job Queue Items
Description
This action component allows you to get the job queue items.
Input Properties
- Job Queue Name (String) – The Job Queue Name to get the items.
- Status (Dropdown) – The status to filter.
- Priority (Dropdown) – The priority to filter.
- Top (Int32) – Return a specified number of items out of the total.
- Skip (Int32) – This allows you to skip the first amount of items.
- From (DateTime) – The minimum creation date filter.
- To (DateTime) – The maximum creation date filter.
- Reference Key (String) – The reference key to filter the items.
Output Properties
- Result (IEnumerable[JobQueueItemDto]) – Stores the result to IEnumerable
variable.
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.