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.
我对不同的用例使用相同的工作流。所以我想为同一工作流的不同用例传递不同的进程 ID。如何根据某些条件将进程 ID 动态传递给工作流。有什么想法吗?
谢谢。
在流程的开始事件上创建脚本执行侦听器。执行 execution.getProcessInstanceId() 并通过 execution.setVariable("your_variable_name", value_from_the_method) 将其存储在流程变量中