using LegalOne.Lib.Queue.Hangfire.Queues;
var backgroundTaskPreBillQueueResolver = Activate<BackgroundTaskPreBillQueueResolver<ContinuationFlowExecutorBackgroundTask<PrefaturaViewModel>,TaskQueueFlowItemParam<PrefaturaViewModel>>>();
backgroundTaskPreBillQueueResolver.Run(
"Batch tasks: ContinuationFlowExecutorBackgroundTask`1 for Tenancy: regression17",
FromJson<TaskQueueFlowItemParam`1>("{\"FlowIdentifier\":\"BILLING_PRE_BILL_NOTIFICATION_FLOW\",\"Inputs\":null,\"Parameters\":{\"Parameters\":{}},\"Tenancy\":\"regression17\",\"TenantIdentifier\":null,\"UserId\":13,\"BatchId\":\"f5d0d8bc-7999-4b91-ac42-efba80d8e928\",\"OperationId\":\"nQhBlmKerp8=\",\"EnqueueTime\":\"2026-02-19T15:42:12.8885275-03:00\",\"MutexIdentifier\":null,\"QueueType\":null}"),
null);