name property

String name
final

A descriptive name for this step.

Used in logging to identify which step is executing, completing, or failing. Should be a short, human-readable description of what the step does.

Example: 'Reserve Inventory', 'Send Confirmation Email', 'Create Order'

Implementation

final String name;