Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose middleware properties in activity/orchestrator #963

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 8, 2023

  1. Expose middleware properties in activity/orchestrator

    The properties bag from DispatchMiddlewareContext contains information
    that might be useful from activities/orchestrators. However, they
    currently do not show up from those context options. This change plumbs
    the dictionary through and surfaces it for both activities and
    orchestrators.
    
    As part of this, a new interface IContextProperties is added that just
    has the properties dictionary. However, this allows for shared code to
    set and get properties by type or by name.
    twsouthwick committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    dba54bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f610f15 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    7a397bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfd43fb View commit details
    Browse the repository at this point in the history