Thomas Hardy

Results 14 issues of Thomas Hardy

## What was changed Expose root workflow execution to workflow info (available from workflow info) and workflow execution info (available from workflow describe/list) 1. Closes #774 2. How was this...

## What was changed Expose root execution information from workflow description/execution info, and workflow info 1. Closes #1633 2. How was this tested: Update existing describe/info tests 3. Any docs...

## What was changed Special behavior handling reserved temporal prefixes. Prevent users from: - registering workflows, activities, task queues, signals/updates/queries with a reserved prefix - calling default handlers with reserved...

## What was changed Added functionality for users to provide `staticDetails` and `staticSummary` metadata to workflow start commands. These can be retrieved via `describe` on the workflow handler and are...

Added ability to register a default update handler. The default handler will handle updates with names that have no registered handler. 1. Part of #1015 2. How was this tested:...

Users are now able to create default activity implementations by exporting a default activity function: `export default async function(...) { activity logic...}` 1. Part of #1015 2. How was this...

### Is your feature request related to a problem? Please describe. Result of discussion in #1612 Relevant comment: https://github.com/temporalio/sdk-typescript/pull/1612#discussion_r1965918825

enhancement

See corresponding features issue: https://github.com/temporalio/features/issues/614 Will need to wait for core: https://github.com/temporalio/sdk-core/issues/897 Core-based SDKs only need to apply corresponding logging behaviour, core handles metrics.

enhancement

**Describe the solution you'd like** See https://github.com/temporalio/features/issues/441 and https://github.com/temporalio/proposals/blob/master/all-sdk/external-client-configuration.md

enhancement

**Describe the solution you'd like** See https://github.com/temporalio/features/issues/441 and https://github.com/temporalio/proposals/blob/master/all-sdk/external-client-configuration.md

enhancement