using LegalOne.Lib.Queue.Hangfire.Queues;
var backgroundTaskPreBillQueueResolver = Activate<BackgroundTaskPreBillQueueResolver<ContinuationFlowExecutorBackgroundTask<PrefaturaViewModel>,TaskQueueFlowItemParam<PrefaturaViewModel>>>();
backgroundTaskPreBillQueueResolver.Run(
"Batch tasks: ContinuationFlowExecutorBackgroundTask`1 for Tenancy: regression12",
FromJson<TaskQueueFlowItemParam`1>("{\"FlowIdentifier\":\"BILLING_PRE_BILL_NOTIFICATION_FLOW\",\"Inputs\":null,\"Parameters\":{\"Parameters\":{}},\"Tenancy\":\"regression12\",\"TenantIdentifier\":null,\"UserId\":13,\"BatchId\":\"01b4172d-56a2-4cf6-ad9f-0f699f17c6b2\",\"OperationId\":\"1rlyZ98PevU=\",\"EnqueueTime\":\"2026-02-19T16:22:04.5831439-03:00\",\"MutexIdentifier\":null,\"QueueType\":null}"),
null);