Skip to content

Conversation

@jviau
Copy link
Contributor

@jviau jviau commented Oct 16, 2025

Issue describing the changes in this PR

resolves #1666

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • I have added all required tests (Unit tests, E2E tests)

Additional information

This PR allows for an IFunctionExecutor implementation to be supplied on a per-invocation bases via invocation features. That feature will not be set by default. When it is not present, the existing behavior remains of using the DI registered IFunctionExecutor. This allows for extensions to selective override the execution behavior of specific invocations.

@jviau jviau requested a review from kshyju October 17, 2025 16:25
@jviau jviau merged commit 96f371a into main Oct 17, 2025
28 checks passed
@jviau jviau deleted the u/jviau/function-executor-feature branch October 17, 2025 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow for extensions to wrap function invocation delegate

4 participants