Roey Berman
Roey Berman
Currently we cache the downloads in local filesystem indefinitely. For `latest` the file path is hardcoded and for SDK default we use the SDK name and version in the file...
### Is your feature request related to a problem? Please describe. When downloading an ephemeral server fails or is aborted, we may end up leaving a `.downloading` file in the...
We recently added the ability for an activity to specify the next retry delay on failure via a [field on `ApplicationFailureInfo`](https://github.com/temporalio/api/blob/822966d29758cba3462d6f5ff198257fbaa426f6/temporal/api/failure/v1/message.proto#L49). Expose this in the SDK.
Today Core automatically retries local activities after worker shutdown has been requested. In addition to that all local activities are cancelled after the shutdown grace period has expired. The combination...
Event has a reason: https://github.com/temporalio/api/blob/6606687fb5ca8d899fe3e93313d53d9c7ed2a379/temporal/api/history/v1/message.proto#L403 Activation Job has details: https://github.com/temporalio/sdk-core/blob/4840a9c570fa3388e190e20f01f61065d0b7e965/sdk-core-protos/protos/local/temporal/sdk/core/workflow_activation/workflow_activation.proto#L242 Must have been a mix up with `WorkflowExecutionCanceledEventAttributes`: https://github.com/temporalio/api/blob/6606687fb5ca8d899fe3e93313d53d9c7ed2a379/temporal/api/history/v1/message.proto#L414
Given `prop-order-intersect.ts` is: ```typescript interface A { a: string; } interface B { b: string; } export type AB = A & B; ``` The command `typescript-json-schema --propOrder --required --noExtraProps...
Same as @omgm did in #2
_Originally posted by @tdeebswihart in https://github.com/temporalio/temporal/pull/5523#discussion_r1525640564_
**What changed?** - Removed NexusOutgoingService definitions and endpoints - Renamed NexusIncomingService to NexusEndpoint - Added endpoint to workflow commands and events **Why?** We separated the concept of service and endpoint...
**What changed?** In description. **Why?** Both Temporal Cloud and Self-hosted users will want to have a way to configure how the server makes outgoing service calls.