Using promise and future in project

Hi team,
Previous project is using CompletableFuture for parallel business processing. Now I want to use more temporal for other business and need to use promise. So in a project using both features and promises, does it have any effect?
Thanks so much.

Take a look at the workflow code constraints docs, specifically:

Use Promise and CompletablePromise instead of Future and CompletableFuture.