input property
INPUT?
input
final
Optional input data for this workflow step.
The type parameter INPUT defines the structure of the input.
Implementation
final INPUT? input;
Optional input data for this workflow step.
The type parameter INPUT defines the structure of the input.
final INPUT? input;