Skip to content

Add Work Item Filtering sample with split activity workers#174

Open
greenie-msft wants to merge 1 commit intoAzure-Samples:mainfrom
greenie-msft:nickgreenfield/work-item-filtering-sample
Open

Add Work Item Filtering sample with split activity workers#174
greenie-msft wants to merge 1 commit intoAzure-Samples:mainfrom
greenie-msft:nickgreenfield/work-item-filtering-sample

Conversation

@greenie-msft
Copy link
Collaborator

Demonstrates the Durable Task SDK work item filtering feature (PR #616) using separate worker processes for orchestrations and activities, deployed to Azure Container Apps with DTS.

  • OrchestratorWorker: handles only orchestration work items
  • ValidatorWorker: handles only ValidateOrder activity
  • ShipperWorker: handles only ShipOrder activity
  • Client: schedules orchestrations in a loop

Includes Bicep infra, Dockerfiles, and azure.yaml for azd deployment.

Demonstrates the Durable Task SDK work item filtering feature (PR #616)
using separate worker processes for orchestrations and activities,
deployed to Azure Container Apps with DTS.

- OrchestratorWorker: handles only orchestration work items
- ValidatorWorker: handles only ValidateOrder activity
- ShipperWorker: handles only ShipOrder activity
- Client: schedules orchestrations in a loop

Includes Bicep infra, Dockerfiles, and azure.yaml for azd deployment.
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.

1 participant