Add Job Queue Item
Description
This action component allows you to add new job queue item.
Input Properties
- Job Queue Name (String) – The job queue name where the job queue item is to be added.
- Data Table (DataTable) – The datatable that you want to add the queue into.
- Reference Key (String) – The reference of the added job queue item.
- Expiration Time (DateTime) – The expiry date of the job queue item (UTC Time).
- Postpone Until (DateTime) – The job queue item will be postponed until (UTC Time).
- Job Priority (Dropdown) – The priority level of the job queue item to be added.
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.