input
The input data that is passed to the first action in the workflow.
Declaration
var input: Any? { get set }Return Value
The input for the first action in the workflow. Should be a data type the action can use, or a type that can be converted to one the action can use. Use setInput: to set the input data for the workflow.