executionId property

  1. @override
String get executionId
override

The unique identifier for this workflow execution.

Useful for logging, correlation, and external system integration.

Implementation

@override
String get executionId => _workflowExecutionId;