workflowKey definition.WorkflowKey,
lockPriority locks.Priority,
return c.getWorkflowLeaseImpl(ctx, reqClock, nil, workflowKey, chasm.WorkflowArchetypeID, lockPriority)
}
// The code below should be used when custom workflow state validation is required.