using Workflow.Core.Queue.Hangfire.Queues;
var wfBackgroundTaskQueueResolver = Activate<WfBackgroundTaskQueueResolver<SendNotificationBackgroundTaskEnqueue,WfTaskQueueItemParam<SendNotificationBackgroundTaskModel>>>();
wfBackgroundTaskQueueResolver.Run(
"Job: SendNotificationBackgroundTaskEnqueue for TenancyIdentifier: regression31",
FromJson<WfTaskQueueItemParam`1>("{\"AppIdInstance\":0,\"BatchId\":null,\"Parameter\":{\"ProcessId\":425,\"ThreadUICulture\":\"pt-BR\",\"WhenNotifying\":1,\"Justification\":null,\"UsersEmailInfoRequest\":[],\"UserEmailInformation\":[],\"ImageLogoUrl\":\"http://workflow.makers.dev.novajus.com.br/Content/Images/index_title.png\",\"AbsoluteWorkflowUrlForTenancy\":\"http://workflow.firmbr.bope.legalone-dev.com/\",\"VisualizationUrl\":\"<a href=\\"http://workflow.firmbr.bope.legalone-dev.com:80/Process/Details/425\\">T2D7797EE3</a>\",\"UserLocalTime\":\"19/02/2026 22:55:26\"},\"TenancyIdentifier\":\"regression31\",\"UserId\":0}"));