New Features
- Added new parameter for worker: `domain`
- You can check out some [short example here](https://github.com/conductor-sdk/conductor-python/blob/v1.0.37/tests/integration/test_workflow_execution.py#L31)
- Thanks for the support franciscolluch!
- Added support for generic functional workers by removing the requirement to write them as classes
- You can check out some [quick examples here](https://github.com/conductor-sdk/conductor-python/blob/main/docs/worker/README.md)