Pause
This task can be useful when outputting to a repository with rate limits, such as Box or SharePoint.
Configuration
Condition check
This field is on every task and the following explanation needs to be documented
It will execute the task when the condition's result is 'true', 't', 'on', '1', or 'yes' (case-insensitive), or run on all conditions if left empty. This condition is evaluated for each document, determining whether the task should be executed based on the specified values.
Example: If I only want to run this task for PDF documents I would use the expression: equals('#{rd.mimetype}',"application/pdf")
Pause in seconds
How long to pause for each document.
Example
In the following example 3Sixty will pause every 5 seconds during the integration job as a sort of throttling method.
API Keys
Processor: pauseTask
Key |
Display Name |
Type |
---|---|---|
use_condition | Check a condition before executing this task. | Boolean |
task_condition |
Condition |
String |
task_stop_proc |
Stop Processing |
Boolean |
pause_task |
Pause in seconds |
INTEGER |