schedule params Schema #
undefined#/properties/postProcess/items/allOf/26/properties/params
Parameters to be passed to the schedule module
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | specSchema.schema.json* |
params Type #
object
(schedule params)
schedule params Properties #
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
cron | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
delays | array |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
endTime | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
continueCondition | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
signpost | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
signpostTemplate | object |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
data | Not specified | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
cron #
cron TODO
cron
- is optional
- type:
string
- cannot be null
- Unstructured type
delays #
delays TODO
delays
endTime #
endTime TODO
endTime
- is optional
- type:
string
- cannot be null
- Unstructured type
continueCondition #
continueCondition TODO
continueCondition
- is optional
- type: any of the folllowing:
array
orstring
(continueCondition) - cannot be null
- defined in: continueCondition
signpost #
signpost TODO
signpost
- is optional
- type: any of the folllowing:
array
orstring
(signpost) - cannot be null
- defined in: signpost
signpostTemplate #
signpostTemplate TODO
signpostTemplate
- is optional
- type:
object
(signpostTemplate) - cannot be null
- defined in: signpostTemplate
data #
Inline data to be processed by the JSONata expressions
data