output property
OUTPUT?
output
final
Optional output data produced by this workflow step.
The type parameter OUTPUT defines the structure of the output.
Implementation
final OUTPUT? output;
Optional output data produced by this workflow step.
The type parameter OUTPUT defines the structure of the output.
final OUTPUT? output;