What problem does it solve? Engineers and approvers on the ByteDance BPM (流程平台) workflow platform often need to check ticket status, advance approvals, or cancel tickets without manually navigating the web UI across multiple regional environments. This Skill exposes all core BPM ticket operations through a single CLI interface. ## Core Features & Use Cases - Ticket Query & Detail: Retrieve full ticket details by workflow_id, or list tickets filtered by tenant, creator, assignee, finished state, and time range. - Approval Actions: Query available operations (get_op_keys) and advance ticket status (approve, reject, next step) with concurrency-safe current_status checks. - Multi-Region Support: Automatically maps vregion aliases (cn, sg, us, ttp, euttp) to the correct BPM domain and JWT type across CN, I18N, and TTP environments. - Use Case: An on-call engineer receives a BPM workflow ID in an alert and needs to check its current approval node, view process logs, and approve it on the Singapore environment without logging into the web console. ## Quick Start Ask the agent to get the detail of BPM ticket 879450 and list its process logs using the bpm skill.