Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java SDK Heapspace Exhausted: Passing Object on LHS of WorkflowThread#condition() #1103

Closed
coltmcnealy-lh opened this issue Nov 6, 2024 · 1 comment
Assignees
Labels
bug An issue with correctness, stability, performance, or API conformance. sdk-java Affects the Java SDK (not all clients).

Comments

@coltmcnealy-lh
Copy link
Member

Something like this:

public void wfLogic(WorkflowThread wf) {
  wf.condition("asdf", Comparator.IN, someVariable);
} 
@coltmcnealy-lh coltmcnealy-lh added bug An issue with correctness, stability, performance, or API conformance. sdk-java Affects the Java SDK (not all clients). labels Nov 6, 2024
@coltmcnealy-lh coltmcnealy-lh added this to the LittleHorse 1.0 milestone Nov 6, 2024
@coltmcnealy-lh coltmcnealy-lh assigned sauljabin and unassigned Snarr Jan 22, 2025
@sauljabin
Copy link
Member

It was not possible to replicate this in the current version with this example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue with correctness, stability, performance, or API conformance. sdk-java Affects the Java SDK (not all clients).
Projects
None yet
Development

No branches or pull requests

3 participants