elsa-core/.github
Sipke Schoorstra 562d91bd55
Fix async callback awaiting in HTTP endpoint (#6660)
* Await HTTP resume callbacks

* Update HttpEndpoint.cs

* Update HttpEndpointActivityExecutionContextExtensions.cs

* Refactor to use `WaitForHttpRequestAsync` consistently.

Replaced `WaitForHttpRequest` with `WaitForHttpRequestAsync` across the codebase to align with asynchronous naming conventions. This change improves clarity and maintains consistency in method naming.

* Add 'codex/*' branch to workflow path filters

This update ensures that actions in the workflow are triggered for changes in branches following the 'codex/*' naming convention. It aligns the path filters with the branching strategy and improves CI/CD coverage.
2025-05-20 11:24:23 +02:00
..
ISSUE_TEMPLATE Update and rename doc.md to documentation.md 2025-01-24 23:29:18 +01:00
workflows Fix async callback awaiting in HTTP endpoint (#6660) 2025-05-20 11:24:23 +02:00
dependabot.yml Create dependabot.yml 2025-01-16 20:45:00 +01:00