Van can you provide a full screen shot of the error.
Many times when the errors is with the lightinject, the real error is desc. futher down in the stacktrace
It seems that you are trying to inject at least one service in your workflow class that has not yet been initialized.
Maybe you can try to move the initialization of your workflow to later in the startup proces.
You can do this for example using ComposeAfter attribute.
Boot failed
how to handle this one
Van can you provide a full screen shot of the error. Many times when the errors is with the lightinject, the real error is desc. futher down in the stacktrace
It seems that you are trying to inject at least one service in your workflow class that has not yet been initialized.
Maybe you can try to move the initialization of your workflow to later in the startup proces. You can do this for example using ComposeAfter attribute.
is working on a reply...