properties property

Map<String, String>? properties
final

The list of Java properties that are set when the step runs. You can use these properties to pass key-value pairs to your main function.

Implementation

final Map<String, String>? properties;