Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Bonita 工作流程 5.6
假设您有一个包含 5 个步骤的流程。例如,在步骤 3 中出现错误,因为某些数据库不可用。有没有办法直接通过 User XP 或 bonita api 跳过第 2 步到第 4 步?
使用例外。如果我没记错的话,它们是带有雷声图标的红色圆圈。通过这种方式,您可以定义发生故障时发生的转换。
在您的情况下,在第 2 步中放置一个异常并绘制从该异常到第 4 步的过渡。