A model that runs on scheduled events to determine if a document has timed out.
document-timeout
Version: 1.0.0
Infer: No
Event Aware: Yes
Option | Description |
---|---|
document_store_ref | The document store to scan for potential timeouts |
timeout_filter | A query expression that identifies documents that may have timed out |
timeout_status_id | The status to apply to documents that are determined to have timed out |
Name | Label | Type | Description | Default | Required |
---|---|---|---|---|---|
document_store_ref | Document Store | documentStore | N/A | - | No |
timeout_filter | Timeout Filter | string | N/A | exists(executions.status in [‘PENDING’,‘RUNNING’, ‘FAILED’]) and exists(executions.events.status in [‘PENDING’, ‘RUNNING’,‘FAILED’]) and modified > dateMath(‘now - 24 hours’) | No |
timeout_status_id | Timeout Status | documentStatus | N/A | - | No |