using LegalOne.Lib.Queue.Hangfire.Queues;
var backgroundTaskPreBillQueueResolver = Activate<BackgroundTaskPreBillQueueResolver<ContinuationFlowExecutorBackgroundTask<PrefaturaViewModel>,TaskQueueFlowItemParam<PrefaturaViewModel>>>();
backgroundTaskPreBillQueueResolver.Run(
"Batch tasks: ContinuationFlowExecutorBackgroundTask`1 for Tenancy: regression3",
FromJson<TaskQueueFlowItemParam`1>("{\"FlowIdentifier\":\"BILLING_PRE_BILL_NOTIFICATION_FLOW\",\"Inputs\":null,\"Parameters\":{\"Parameters\":{}},\"Tenancy\":\"regression3\",\"TenantIdentifier\":null,\"UserId\":13,\"BatchId\":\"bcd98682-ff94-4f46-b7f6-0ea20afac8bb\",\"OperationId\":\"W4TNsgq+8As=\",\"EnqueueTime\":\"2026-02-19T16:22:43.4341352-03:00\",\"MutexIdentifier\":null,\"QueueType\":null}"),
null);