ec_pe_activity table

The ec_pe_activity table holds information about activities that have been registered by Event Collector.

Column Description
activity_id The activity id within the process.
activity_idx The activity index, or order of activity execution, within the process.
process_instance The parent process instance.
activity_name The name of the activity.
activity_type The type of the activity.
activity_status Activity status.
activity_retry The time when the activity will be retried again.
retry_count The retry count for this activity.
activity_start The start time for this activity.
activity_finish The end time for this activity.
activity_notes Activity notes which could include the reason for the failure of the task.