You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: