input property

String? input
final

The input data to be provided with the signal. The target workflow execution uses the signal name and input data to process the signal.

Implementation

final String? input;