return attributes.getContinuedExecutionRunId();
}
@Override
public long getExecutionStartToCloseTimeout() {
WorkflowExecutionStartedEventAttributes attributes = getWorkflowStartedEventAttributes();
String result = attributes.getExecutionStartToCloseTimeout();
return FlowHelpers.durationToSeconds(result);
}