sdk-php
sdk-php copied to clipboard
Temporal PHP SDK
### Describe the solution you'd like In short: - Add the `Patched(patchId, memoized): boolean` and `DeprecatePatch(patchId, memoized): boolean` APIs. Refer to Core's implementation (once it is ready). - (Maybe) Deprecate...
### Describe the solution you'd like See https://github.com/temporalio/features/issues/616
**Describe the solution you'd like** See https://github.com/temporalio/features/issues/615
Expose `WorkflowInboundCallInterceptor::init()` like in [Java SDK](https://github.com/temporalio/sdk-java/blob/a4c9e68254e4eae7e46ee0cd6c8f3e0d13dfe183/temporal-sdk/src/main/java/io/temporal/common/interceptors/WorkflowInboundCallsInterceptor.java#L182-L194)
### What are you really trying to do? Trying to create my own types for marshalling. ### Describe the bug I noticed that `MarshallingRule` is marked as internal, which does...
### What are you really trying to do? There is no correct way to use generic for your marshall-types. ### Describe the bug `RuleFactoryInterface` is not a generic interface and...
[From Slack chat](https://temporalio.slack.com/archives/C01LK9FAMM0/p1738689191710979) ### Describe the bug > I'm very infrequently getting determinism errors for a reasonably simple workflow > When replaying, I get a `[TMPRL1100] nondeterministic workflow: extra replay...
See https://github.com/temporalio/features/issues/602
### Describe the solution you'd like See https://github.com/temporalio/features/issues/434
### Is your feature request related to a problem? Please describe. We need to add annotations to workflows to support the new versioning APIs. Refer to https://github.com/temporalio/features/issues/548 for the Go...