Skip to content

Special behavior for Temporal built-in prefixes #576

@cretz

Description

@cretz

Describe the solution you'd like

All SDKs need to do the following:

  • Disallow workflows, activities, Nexus operations/services, task queues, signals, queries, and updates to be registered that start with __temporal_
  • Disallow queries to be registered that equal __stack_trace or __enhanced_stack_trace
  • Do not call dynamic handlers with reserved names
  • For any query that does match the above pattern, it should be handled without going through interceptors (this means that it no longer appears in tracing for instance) [should apply to everything except Go/Java]

Per-SDK Tickets

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions