triggerPipeline params Schema #
undefined#/properties/postProcess/items/allOf/24/properties/params
Parameters to be passed to the triggerPipeline 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 (triggerPipeline params)
triggerPipeline params Properties #
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| trigger | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| emitBefore | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| emitAfter | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| data | Not specified | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| pipelineTransform | Flexible | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| pipeline | Merged | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
trigger #
trigger TODO
trigger
- is optional
- type: any of the folllowing:
arrayorstring(trigger) - cannot be null
- defined in: trigger
emitBefore #
emitBefore TODO
emitBefore
- is optional
- type: any of the folllowing:
arrayorstring(emitBefore) - cannot be null
- defined in: emitBefore
emitAfter #
emitAfter TODO
emitAfter
- is optional
- type: any of the folllowing:
arrayorstring(emitAfter) - cannot be null
- defined in: emitAfter
data #
Inline data to be processed by the JSONata expressions
data
pipelineTransform #
pipelineTransform TODO
pipelineTransform
- is optional
- type: any of the folllowing:
arrayorstring(pipelineTransform) - cannot be null
- defined in: pipelineTransform
pipeline #
pipeline TODO
pipeline