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\":\"8d247707-e6c6-4416-9ca3-1c8db3a97b0b\",\"OperationId\":\"AP6fqdv8l2I=\",\"EnqueueTime\":\"2026-02-19T16:25:41.3778548-03:00\",\"MutexIdentifier\":null,\"QueueType\":null}"),
null);