bw_get_process_chain_run_detail
Retrieve detailed execution steps and message logs for a process chain run to diagnose failures. Use chain and log IDs to access step status, timestamps, and error messages.
Instructions
Read the execution detail of one process chain run — all process steps with type, variant, status, timestamps, and parent/child relationships (predecessor graph edges), plus the full message log. chain_id and log_id come from bw_list_process_chain_runs or bw_list_process_chain_last_status output. Use this to diagnose a failed run: the message log contains the actual error messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_id | Yes | Run log ID from bw_list_process_chain_runs or bw_list_process_chain_last_status (logId field). | |
| chain_id | Yes | Process chain technical name (e.g. "CHAIN_NAME"). |