using LegalOne.Lib.Queue.Hangfire.Queues;
var backgroundTaskPreBillQueueResolver = Activate<BackgroundTaskPreBillQueueResolver<ContinuationFlowExecutorBackgroundTask<PrefaturaViewModel>,TaskQueueFlowItemParam<PrefaturaViewModel>>>();
backgroundTaskPreBillQueueResolver.Run(
"Batch tasks: ContinuationFlowExecutorBackgroundTask`1 for Tenancy: regression30",
FromJson<TaskQueueFlowItemParam`1>("{\"FlowIdentifier\":\"BILLING_PRE_BILL_NOTIFICATION_FLOW\",\"Inputs\":null,\"Parameters\":{\"Parameters\":{}},\"Tenancy\":\"regression30\",\"TenantIdentifier\":null,\"UserId\":13,\"BatchId\":\"2c7fa4af-4caa-4e9d-bc49-16ddb0bade0c\",\"OperationId\":\"gGtvQbKWUT8=\",\"EnqueueTime\":\"2026-02-19T23:00:24.4853326-03:00\",\"MutexIdentifier\":null,\"QueueType\":null}"),
null);