using LegalOne.Lib.Queue.Hangfire.Queues;
var monetaryUpdateQueueResolver = Activate<MonetaryUpdateQueueResolver<ContinuationFlowExecutorBackgroundTask<MonetaryUpdateBatchViewModel>,TaskQueueFlowItemParam<MonetaryUpdateBatchViewModel>>>();
monetaryUpdateQueueResolver.Run(
"Batch tasks: ContinuationFlowExecutorBackgroundTask`1 for Tenancy: regression9",
FromJson<TaskQueueFlowItemParam`1>("{\"FlowIdentifier\":\"MATTER_MONETARY_UPDATE_BATCH_CONTINUATION_FLOW\",\"Inputs\":null,\"Parameters\":{\"Parameters\":{}},\"Tenancy\":\"regression9\",\"TenantIdentifier\":null,\"UserId\":13,\"BatchId\":\"3f698224-c5a3-42fb-806f-0dc9cd51ff3e\",\"OperationId\":\"aP9N4\",\"EnqueueTime\":\"2026-02-19T17:10:48.1080646-03:00\",\"MutexIdentifier\":null,\"QueueType\":null}"),
null);