using Workflow.Core.Queue.Hangfire.Queues;
var wfBackgroundTaskQueueResolver = Activate<WfBackgroundTaskQueueResolver<SendNotificationBackgroundTaskEnqueue,WfTaskQueueItemParam<SendNotificationBackgroundTaskModel>>>();
wfBackgroundTaskQueueResolver.Run(
"Job: SendNotificationBackgroundTaskEnqueue for TenancyIdentifier: regression17",
FromJson<WfTaskQueueItemParam`1>("{\"AppIdInstance\":0,\"BatchId\":null,\"Parameter\":{\"ProcessId\":422,\"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/422\\">T19E1AF744</a>\",\"UserLocalTime\":\"19/02/2026 16:05:34\"},\"TenancyIdentifier\":\"regression17\",\"UserId\":0}"));