https://ns.adobe.com/helix/pipeline/action
Tracks the OpenWhisk action invocation
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | No | Stabilizing | No | Forbidden | Forbidden | action.schema.json |
- Action
https://ns.adobe.com/helix/pipeline/action
- Raw Request
https://ns.adobe.com/helix/pipeline/rawrequest
- Secrets
https://ns.adobe.com/helix/pipeline/secrets
- Raw Request
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
debug | object |
Optional | No | Action (this schema) |
logger | object |
Optional | No | Action (this schema) |
request | Raw Request | Optional | No | Action (this schema) |
secrets | Secrets | Optional | No | Action (this schema) |
transformer | object |
Optional | No | Action (this schema) |
Internal information related to debugging.
debug
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|
A Winston logger instance.
logger
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|
request
- is optional
- type: Raw Request
- defined in this schema
- Raw Request –
https://ns.adobe.com/helix/pipeline/rawrequest
secrets
- is optional
- type: Secrets
- defined in this schema
- Secrets –
https://ns.adobe.com/helix/pipeline/secrets
A VDOMTransformer instance
transformer
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|