cadence-java-client icon indicating copy to clipboard operation
cadence-java-client copied to clipboard

Java framework for Cadence Workflow Service

Results 143 cadence-java-client issues
Sort by recently updated
recently updated
newest added

I created a Jackson DataSerializer for my workflows since we use Jackson extensively in our existing code base. I ran into an issue when I started using the Workflow.retry API....

It would be nice to have Cadence as a member of a huge Spring ecosystem. I'd suggest the following roadmap as a starting point for discussion: 1. **Enabling** - ensure...

`GetWorkflowExecution(childWorkflow).get()` gets stuck forever when another child workflow is running with the same workflow_id. It seems to be similar to Go's client bug: https://github.com/uber-go/cadence-client/issues/933

bug

Hi all, When running a gradle build to publish to the local maven repo, there's an error - this happened recently, after the upgrade to Gradle 6. Here's the output:...

Default dataConverter does not allow to lambda as a workflowmethod parameters See sample in [commit](https://github.com/szaluzhskiy/cadence-java-samples/commit/4a7155b3057bc02a508c4955dd9ddd062148c134)

pulled and built latest version of client. ``` public class PipelineWorkflowImpl implements PipelineWorkflow { @Override public void runPipeline(String configId) { ... } } final Worker workerForCommonTaskList = factory.newWorker(TASK_LIST); WorkflowImplementationOptions wio...

An error is thrown if a workflow is started from the context of a Promise handler (java.lang.Error: Called from non workflow or workflow callback thread).

Looks like we override the identity of the worker with sticky tasklist name: ``` { "eventId": 25, "timestamp": 1575553281363480200, "eventType": "DecisionTaskScheduled", "version": -24, "taskId": 6291514, "decisionTaskScheduledEventAttributes": { "taskList": { "name":...

Prometheus does not allow dash in metrics names.