A Correlation ID is a unique, randomly generated identifier value that is added to every request and response.
In a microservice architecture, the initial Correlation ID is passed to your sub-processes.
If a sub-system also makes sub-requests, it will also pass the Correlation ID to those systems.