-
I'm currently trying to add a workflow to a tenant that I've created through code. I'm able to get the module to build and run, but the workflow is never added to the db after the tenant is created. Any advice? I'm using a simple workflow sample to avoid complexity.
|
Beta Was this translation helpful? Give feedback.
Answered by
weirdyang
Jun 2, 2025
Replies: 1 comment 3 replies
-
I had the same problem, so what I did was move it to a |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
tcobbfis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had the same problem, so what I did was move it to a
ModularTenantEvents
and usedShellScope.AddDeferredTask
, perhaps you can just try usingShellScope.AddDeferredTask