id property

String id
final

The id / human readable string for this particular step. Built-in values all use a lower_under_lower format for the keys rather than a camelCase format. However, custom steps may use whichever form they prefer.

Implementation

final String id;