using LegalOne.Lib.Queue.Hangfire.Queues;
var backgroundTaskPreBillQueueResolver = Activate<BackgroundTaskPreBillQueueResolver<ContinuationFlowExecutorBackgroundTask<PrefaturaViewModel>,TaskQueueFlowItemParam<PrefaturaViewModel>>>();
backgroundTaskPreBillQueueResolver.Run(
"Batch tasks: ContinuationFlowExecutorBackgroundTask`1 for Tenancy: regression14",
FromJson<TaskQueueFlowItemParam`1>("{\"FlowIdentifier\":\"BILLING_PRE_BILL_NOTIFICATION_FLOW\",\"Inputs\":null,\"Parameters\":{\"Parameters\":{}},\"Tenancy\":\"regression14\",\"TenantIdentifier\":null,\"UserId\":13,\"BatchId\":\"f1e21a48-ce94-482c-a622-cf6fdeb05282\",\"OperationId\":\"Z2MCS7UrsJQ=\",\"EnqueueTime\":\"2026-02-19T18:53:41.5723849-03:00\",\"MutexIdentifier\":null,\"QueueType\":null}"),
null);