Translate JSON workflow

I have not completely understood the approach, an example would help.

As I understand, when writing a java workflow, the developer does not worry about managing state himself. Isn’t managing states different from that?

  • Is it possible to have a builder API part of Temporal SDK that could compose a dynamic workflow?
  • What are your thoughts on dynamic code generation? I know its not straightforward to load the compiled classes in Java, may be using a byte-code generation library?