sdk-php icon indicating copy to clipboard operation
sdk-php copied to clipboard

Temporal PHP SDK

Results 136 sdk-php issues
Sort by recently updated
recently updated
newest added

## What was changed Add an ability to create workflow stub without a handler method, so that signals can be sent to a running workflow via parent reusable interface. ##...

enhancement

### Is your feature request related to a problem? Please describe. ref: https://github.com/temporalio/roadrunner-temporal/pull/278 ### Describe the solution you'd like Remove deprecated `WorkflowExecutionTimeout` field from the `ContinueAsNew` request

enhancement

## What was changed When developer using class as DTO with public properties to pass values to workflow with property type `?array` it got an error: ``` InvalidArgumentException: Passed value...

### What are you really trying to do? Pass a DTO object as argument to method in activity/workflow. ### Describe the bug When developer using class as DTO with public...

Bug

### Is your feature request related to a problem? Please describe. We have older codebase where we have interfaces called UserExceptions and ApplicationExceptions based on this interfaces we know if...

enhancement

### Is your feature request related to a problem? Please describe. How to test this workflow https://github.com/temporalio/samples-php/blob/master/app/src/Child/ParentWorkflow.php ### Describe the solution you'd like ### Additional context

enhancement

### Is your feature request related to a problem? Please describe. For PHP-SDK we can use `ActivityMocker` and `expectCompletion()` to mock an activity call result. And it works great if...

enhancement
Tests

### Is your feature request related to a problem? Please describe. I was working on rollback strategies for the workflow after bad deployment. One of the strategy is: ```php if(Workflow::getInfo()->binaryChecksum...

enhancement

### Is your feature request related to a problem? Please describe. There are a lot of Psalm issues related with usage of PHP files generated from proto (messages). For example:...

enhancement

### Is your feature request related to a problem? Please describe. We can't control easily a gRPC client call timeout. ### Describe the solution you'd like Add `withTimeout(int $timeout)` method...

enhancement