using LegalOne.Lib.Queue.Hangfire.Queues;
var backgroundTaskQueueResolver = Activate<BackgroundTaskQueueResolver<ContinuationFlowExecutorBackgroundTask<OfficialDiariesConfigureMonitoringViewModal>,TaskQueueFlowItemParam<OfficialDiariesConfigureMonitoringViewModal>>>();
backgroundTaskQueueResolver.Run(
"Batch tasks: ContinuationFlowExecutorBackgroundTask`1 for Tenancy: regression20",
FromJson<TaskQueueFlowItemParam`1>("{\"FlowIdentifier\":\"MatterOfficialDiariesConfigureMonitoringBatchContinuationFlow\",\"Inputs\":null,\"Parameters\":{\"Parameters\":{\"751a7ad7-7714-4011-b5e1-f68973382163_RecordDetailsUrl\":\"/regression20/processos/processos/details\"}},\"Tenancy\":\"regression20\",\"TenantIdentifier\":null,\"UserId\":13,\"BatchId\":\"e23e206e-a5a6-4b86-a4ce-389f4fdee0a6\",\"OperationId\":\"GieF4\",\"EnqueueTime\":\"2026-02-19T18:25:41.374653-03:00\",\"MutexIdentifier\":null,\"QueueType\":null}"),
null);