continuedExecutionRunId property

String? continuedExecutionRunId
final

If this workflow execution was started due to a ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution that was closed and continued as this execution.

Implementation

final String? continuedExecutionRunId;