Interface: IInput
Properties of an Input.
Implemented by
Properties
args
• Optional args: null | IPayloads
The arguments to pass to the named Update 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 Update handler to invoke on the target Workflow.