-
I'll go with a top-to-bottom approach with the things I encountered, and how I tried to solve them in my project.
1. **WorkflowClient**
- WorkflowClient.start with `io.temporal.workflow.Functions…
-
pulled and built latest version of client.
```
public class PipelineWorkflowImpl implements PipelineWorkflow {
@Override
public void runPipeline(String configId) {
…
-
When call java activity from go workflow and java client got `DataConverterException`,
history only show activity heartbeat timeout instead of activity failed.
stack trace from java client.
…
-
I defined a workflow and try to perform some Workflow.sleep() in the logic. And I started a worker and tried to run the same workflow multiple times at the same time, and I got the error as follow. Is…
-
I have an application where app classes are loaded by a different class loader than that which loads library classes (the library class loader is a parent of the application class loader). Cadence cli…
-
Remove Previewnet from:
- [x] Docs
- [x] Cadence Lang
- [x] Faucet
-
HelloException fails on Windows platform with the following stacktrace
```
Exception in thread "main" com.uber.cadence.converter.DataConverterException: when parsing:"{"workflowExecution":{"workflow…
-
```cadence
assert(true, message: "foo".concat("bar"))
```
The code above will never trigger, but it will still add computation since we have to evaluate the message.
-
When executing the tests in https://github.com/uber/cadence-java-samples (e.g. [HelloAsyncLambdaTest](https://github.com/uber/cadence-java-samples/blob/master/src/test/java/com/uber/cadence/samples/he…
-
Hello and thank you for the data field.
Do you think it is possible to record and store the displayed values such that they can be viewed after the activity?
Thank you