Menu

Post image 1
Post image 2
Post image 3
Post image 4
1 / 4
0

πŸ” Cracking the Code: Enabling Detailed Persistence Debugging in Joget

DEV CommunityΒ·ExplorerΒ·22 days ago
#ACyIr8H0
Reading 0:00
15s threshold

Overview When troubleshooting Joget workflows, standard error logs sometimes lack the specific details needed to pinpoint which activity or tool is failing. By enabling Persistence Debugging , you can track exactly which process IDs and activity definitions are being handled by the engine in real-time. This is essential for identifying the "where" and "why" behind workflow bottlenecks or silent failures. How It Works Joget uses Log4j2 for its logging framework. By adding a specific logger for Persistence at the DEBUG level in the system configuration, the server begins outputting granular details about activity persistence events. This reveals the internal IDs that link a running process to its specific configuration in the Workflow Builder. Where to Use in Joget βœ… System Backend: Accessing the Joget installation directory. βœ… Workflow Builder: Identifying the definitionId and activityId shown in the logs.…

Continue reading β€” create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More