Skip to content

Forms to Tenants

  1. Form creation happens in The Back.
  2. Once a form reaches Released status, Deploy to Tenants launches DeployFormToTenantDialog.
  3. Clicking Deploy creates and executes ReleaseFormToTenantCommand.
  4. ReleaseFormToTenantHandler stores deployment details in The Back and emits FormReleasedToTenantEvent.
  5. FormDeploymentWorker handles that event and writes form details to the tenant database.