Is your feature request related to a problem? Please describe.
Support workflow init in our spring boot integration.
Describe the solution you'd like
Users of the Java SDK directly are able to specify @WorkflowInit on constructors of their workflow class constructors that take workflow args as a parameter. Currently this is not possible in our spring boot integration because workflow instances are created as beans which uses the constructor by default.
Is your feature request related to a problem? Please describe. Support workflow init in our spring boot integration.
Describe the solution you'd like Users of the Java SDK directly are able to specify
@WorkflowInit
on constructors of their workflow class constructors that take workflow args as a parameter. Currently this is not possible in our spring boot integration because workflow instances are created as beans which uses the constructor by default.