Skip to content

Support instanceIdPrefix for DurableOrchestrationClient.get_status_by #467

Description

@gukoff

💡 Feature description

DurableOrchestrationClient.get_status_by to support all parameters available on the API.

Many parameters are missing, including:

  • instanceIdPrefix
  • top
  • showInput
  • showHistoryOutput

The parameter instanceIdPrefix alone is important because it allows the safer implementation of the Durable Function Singleton pattern.

The safer implementation of that pattern is to append a random suffix to the static instanceId. This ensures that even in case of a race condition, when more than one orchestrator is running at the same time, these orchestrators will have different instance IDs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementFeature requests.P3Priority 3

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions