bw_get_process_chain_run_detail
Retrieve detailed execution of a process chain run, including all steps, status, timestamps, predecessor relationships, and full message logs to diagnose failures.
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"). |