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\":\"218ff40e-1dd2-41c8-b68c-5da3eda716f6\",\"OperationId\":\"/jZBzd75LSs=\",\"EnqueueTime\":\"2026-02-19T16:24:01.5004882-03:00\",\"MutexIdentifier\":null,\"QueueType\":null}"),
null);