using LegalOne.Lib.Queue.Hangfire.Queues;
var backgroundTaskPreBillQueueResolver = Activate<BackgroundTaskPreBillQueueResolver<ContinuationFlowExecutorBackgroundTask<PrefaturaViewModel>,TaskQueueFlowItemParam<PrefaturaViewModel>>>();
backgroundTaskPreBillQueueResolver.Run(
"Batch tasks: ContinuationFlowExecutorBackgroundTask`1 for Tenancy: regression11",
FromJson<TaskQueueFlowItemParam`1>("{\"FlowIdentifier\":\"BILLING_PRE_BILL_NOTIFICATION_FLOW\",\"Inputs\":null,\"Parameters\":{\"Parameters\":{}},\"Tenancy\":\"regression11\",\"TenantIdentifier\":null,\"UserId\":13,\"BatchId\":\"1eb2ffba-6cd1-4550-9d50-3583ae8e9f1e\",\"OperationId\":\"9RKd8FHAjhM=\",\"EnqueueTime\":\"2026-02-19T15:41:59.2271351-03:00\",\"MutexIdentifier\":null,\"QueueType\":null}"),
null);