using LegalOne.Lib.Queue.Hangfire.Queues;
var backgroundTaskPreBillQueueResolver = Activate<BackgroundTaskPreBillQueueResolver<ContinuationFlowExecutorBackgroundTask<PrefaturaViewModel>,TaskQueueFlowItemParam<PrefaturaViewModel>>>();
backgroundTaskPreBillQueueResolver.Run(
"Batch tasks: ContinuationFlowExecutorBackgroundTask`1 for Tenancy: regression5",
FromJson<TaskQueueFlowItemParam`1>("{\"FlowIdentifier\":\"BILLING_PRE_BILL_NOTIFICATION_FLOW\",\"Inputs\":null,\"Parameters\":{\"Parameters\":{}},\"Tenancy\":\"regression5\",\"TenantIdentifier\":null,\"UserId\":13,\"BatchId\":\"b033fa42-c04d-4fd7-abf9-364d113a4f66\",\"OperationId\":\"t9q5z96u7lY=\",\"EnqueueTime\":\"2026-02-19T16:19:20.9696584-03:00\",\"MutexIdentifier\":null,\"QueueType\":null}"),
null);