Interface: IInput
Properties of an Input.
Implemented by
Properties
args
• Optional
args: null
| IPayloads
The arguments to pass to the named handler.
header
• Optional
header: null
| IHeader
Headers that are passed with the update from the requesting entity. These can include things like auth or tracing tokens.
name
• Optional
name: null
| string
The name of the input handler to invoke on the target workflow