422
requestCurrentRunID = request.PreviousRunID
423
425
>
batch.Query(templateCreateCurrentWorkflowExecutionQuery,
426
>
shardID,
427
>
rowTypeExecution,
428
>
namespaceID,
429
>
workflowID,
430
>
currentRecordRunID,
431
>
defaultVisibilityTimestamp,
432
>
rowTypeExecutionTaskID,
433
>
runID,
434
>
newWorkflow.ExecutionStateBlob.Data,
435
>
newWorkflow.ExecutionStateBlob.EncodingType.String(),
436
>
lastWriteVersion,
437
>
newWorkflow.ExecutionState.State,
438
>
)
439
>
440
>
requestCurrentRunID = ""
441
442
default: