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\":\"3d725c74-4784-40d4-bde2-358a6de1eca7\",\"OperationId\":\"SEnu\",\"EnqueueTime\":\"2026-02-19T17:21:11.8871368-03:00\",\"MutexIdentifier\":null,\"QueueType\":null}"),
null);