🧩 Track Workflow Activities by Name in Joget Using SQL and DataList Configuration
dev.to·5h·
Discuss: DEV
Flag this post

🧭 Overview

In Joget, workflow tracking is essential for monitoring running or pending activities within business processes.

This implementation allows you to track workflow activities by their activity names (e.g., those containing "validate request") by joining Joget’s workflow tables.

The combination of SQL and DataList configuration provides an easy way to display:

  • 🔢 Process IDs
  • 🧾 Record IDs
  • 👤 Pending Users
  • ⚙️ Activity Details

⚙️ How It Works

Here’s the breakdown of how the query and DataList integration work together:

  • 🧩 SHKAssignmentsTable stores assignment-level workflow information.
  • 🔗 wf_process_link maps workflow process instances to their originating form records.
  • ⚙️ The SQL JOIN retrieves both workflow instance and record iden…

Similar Posts

Loading similar posts...