Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

步骤触发器

步骤没有独立的触发器声明。工作流的启动通过 on 字段声明触发器,参见 触发器

步骤的状态变化可以通过客户端 Channel 的 on_message 回调进行监听。当步骤启动时,引擎会发送步骤创建消息(e.is_type("step")),当步骤完成时,会发送步骤完成消息。