using LegalOne.Lib.Queue.Hangfire.Queues;
var backgroundTaskPreBillQueueResolver = Activate<BackgroundTaskPreBillQueueResolver<ContinuationFlowExecutorBackgroundTask<PrefaturaViewModel>,TaskQueueFlowItemParam<PrefaturaViewModel>>>();
backgroundTaskPreBillQueueResolver.Run(
"Batch tasks: ContinuationFlowExecutorBackgroundTask`1 for Tenancy: regression8",
FromJson<TaskQueueFlowItemParam`1>("{\"FlowIdentifier\":\"BILLING_PRE_BILL_NOTIFICATION_FLOW\",\"Inputs\":null,\"Parameters\":{\"Parameters\":{}},\"Tenancy\":\"regression8\",\"TenantIdentifier\":null,\"UserId\":13,\"BatchId\":\"5ec96b49-eacf-40a3-a89b-3b94b7ef71d5\",\"OperationId\":\"hLINp5adq18=\",\"EnqueueTime\":\"2026-02-19T16:19:27.0424164-03:00\",\"MutexIdentifier\":null,\"QueueType\":null}"),
null);