Hello.
Today I’ve begun the course Versioning Workflows with TypeScript. In the section “Versioning Workflows with the Patching API” (https://temporal.talentlms.com/plus/my/training/171/units/2925) there is some text do not make sense. The text is the following:
If the Workflow is not currently replaying an existing history, then the
patchedfunction will always returntrue. […] However, while the Workflow is replaying an existing history, and the history includes apatchedcall with the samepatchIdin the current Workflow code, then thepatchedfunction returnstrue.
The use of the “However” word makes me think the following sentence will have a different conclusion than the previous.
However, I understand I am beginning and may be clear for me later. If I am wrong, I can delete this post if you tell me to do so.
Thank you in advance.