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.
我参与了使用 hybris 的项目。
我开发工作流程。我想这样配置它:
自动操作后我返回决定,之后我想停止工作流程。我想在另一个代码中做一些事情,然后通知工作流继续。
你怎么看待这件事?
这是真的吗?我找不到如何解决这个问题。
我会将此操作分配给某些特定用户(根本不用于登录)。然后在另一部分代码中,我将操纵工作流程 - 为这个用户决定。
例如 WorkflowProcessingService 将包含以下方法:
void decideAction(WorkflowActionModel action, WorkflowDecisionModel decision);