Create a new workflow for OnTenantCreated. #15999
Unanswered
JoshLefebvre
asked this question in
Q&A
Replies: 2 comments
-
Nice! Yes I figure I will eventually need a tenant setup event in addition to the tenant created event. So it seems like this issue is put on hold temporarily? Looking at the tenant created logic, it seems much simpler. In addition to the validation (which perhaps should be centralized), it seems to only perform the following two operations: await _shellHost.UpdateShellSettingsAsync(shellSettings);
var token = CreateSetupToken(shellSettings);
return Ok(GetEncodedUrl(shellSettings, token)); I would only need the shellsettings and the encoded url as output. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have recently started working with workflows and I see a lot of potential for other areas that I can utilize them for in my current platform instead of coding custom logic.
I wanted to create a new event for "TenantCreatedEvent" activity to help automate the tenant creation process. I realize there is already a "CreateTenantTask"... but I am not quite sure that this is what I am looking for.
Before I start developing I want to make sure there isn't anything that would match my current workflow:
Please let me know if TenantCreatedEvent is something that the OC project would be interested in and I'd be happy to help develop it.
Beta Was this translation helpful? Give feedback.
All reactions