## correlation.set_correlation_id()

<span id="hexkit.correlation.set_correlation_id"></span>


Set the given correlation ID for the life of the context.


Usage

``` python
correlation.set_correlation_id(correlation_id)
```


## Raises


`InvalidCorrelationIdError`  
when the correlation ID is empty or invalid.
