using LegalOne.Lib.Queue.Hangfire.Queues;
var backgroundTaskPreBillQueueResolver = Activate<BackgroundTaskPreBillQueueResolver<ContinuationFlowExecutorBackgroundTask<PrefaturaViewModel>,TaskQueueFlowItemParam<PrefaturaViewModel>>>();
backgroundTaskPreBillQueueResolver.Run(
"Batch tasks: ContinuationFlowExecutorBackgroundTask`1 for Tenancy: regression2",
FromJson<TaskQueueFlowItemParam`1>("{\"FlowIdentifier\":\"BILLING_PRE_BILL_NOTIFICATION_FLOW\",\"Inputs\":null,\"Parameters\":{\"Parameters\":{}},\"Tenancy\":\"regression2\",\"TenantIdentifier\":null,\"UserId\":13,\"BatchId\":\"077bf739-cb3c-4947-b35b-7937b0c2cd9b\",\"OperationId\":\"JKC2nYxkRtY=\",\"EnqueueTime\":\"2026-02-19T16:23:47.4696902-03:00\",\"MutexIdentifier\":null,\"QueueType\":null}"),
null);