Debug workflow processing

The following simple job allows you to use breakpoints in workflow handler classes.

/// Process workflow outside of batch job (for debugging purposes)
/// Note: run multiple times for one single workflow
static void processWorkflowQueue(Args _args)
{
    SysWorkflowMessageQueueManager::runStatic(conNull());
}

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *