using LegalOne.Lib.Queue.Hangfire.Queues;
var backgroundTaskCollectionRuleExecuteQueueResolver = Activate<BackgroundTaskCollectionRuleExecuteQueueResolver<ContinuationFlowExecutorBackgroundTask<UndoExecuteCollectionRulesViewModel>,TaskQueueFlowItemParam<UndoExecuteCollectionRulesViewModel>>>();
backgroundTaskCollectionRuleExecuteQueueResolver.Run(
"Batch tasks: ContinuationFlowExecutorBackgroundTask`1 for Tenancy: regression7",
FromJson<TaskQueueFlowItemParam`1>("{\"FlowIdentifier\":\"COLLECTION_UNDO_RULE_EXECUTE_NOTIFICATION_BATCH_FLOW_NAME\",\"Inputs\":null,\"Parameters\":{\"Parameters\":{}},\"Tenancy\":\"regression7\",\"TenantIdentifier\":null,\"UserId\":325,\"BatchId\":\"dc315198-0e40-41b7-8f3c-d35fca7eb005\",\"OperationId\":\"jAZo\",\"EnqueueTime\":\"2026-02-19T17:21:07.9182723-03:00\",\"MutexIdentifier\":null,\"QueueType\":null}"),
null);