Versioning helps you keep things aligned, but what happens when you are linking a subprocess via a Call Activity or a Service Task and this has updated to a new version?
Call Activity
Currently, this would continue to call the previously linked subprocess version from your parent process – which is why you will need to update this manually by selecting the latest version of the subprocess.
Read our step by step guide: How to keep new versions of subprocesses aligned when called via a Call Activity
Service Task
In the same way, this would continue to call the previously linked subprocess version from your parent process – which is why you will need to update this manually by changing the ID in the link.
Read our step by step guide: How to keep new versions of subprocesses aligned when called via a Service Task