temporalio / sdk-java

Temporal Java SDK
https://temporal.io
Apache License 2.0
221 stars 147 forks source link

Support workflow init in our spring boot integration #2290

Open Quinn-With-Two-Ns opened 1 month ago

Quinn-With-Two-Ns commented 1 month ago

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.