bw_get_process_chain_run_detail
Diagnose failed process chain runs by retrieving full execution details: step types, variants, statuses, timestamps, parent/child relationships, and message logs with actual 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"). |