using LegalOne.Lib.Queue.Hangfire.Queues;
var backgroundTaskPreBillQueueResolver = Activate<BackgroundTaskPreBillQueueResolver<ContinuationFlowExecutorBackgroundTask<PrefaturaViewModel>,TaskQueueFlowItemParam<PrefaturaViewModel>>>();
backgroundTaskPreBillQueueResolver.Run(
"Batch tasks: ContinuationFlowExecutorBackgroundTask`1 for Tenancy: regression12",
FromJson<TaskQueueFlowItemParam`1>("{\"FlowIdentifier\":\"BILLING_PRE_BILL_NOTIFICATION_FLOW\",\"Inputs\":null,\"Parameters\":{\"Parameters\":{}},\"Tenancy\":\"regression12\",\"TenantIdentifier\":null,\"UserId\":13,\"BatchId\":\"bbc88d09-6da3-40dd-b09d-4b34379eae16\",\"OperationId\":\"4qCMvYRIzKA=\",\"EnqueueTime\":\"2026-02-19T16:23:59.1444782-03:00\",\"MutexIdentifier\":null,\"QueueType\":null}"),
null);