在 jbpm 4.2 流程定义中设置全局流程变量
我想在 JBPM4 的流程定义中设置变量 因为这些变量将为所有流程实例设置相同的值
I want to set a variables in a process definition for JBPM4
As these variables will be set for all process instances with the same values
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要将每个流程实例中名称为“VAR_NAME”的变量设置为值“VAR_VALUE”,请在 jpdl 流程定义的开头使用元素变量:
To set a variable with name "VAR_NAME" to a value "VAR_VALUE" in every process instance use element variable in the beginning of your jpdl process definition:
在搜索所有可用选项后,我发现通过标签在流程定义中设置变量的最佳方法
after searching for all available options , I found that the best way to set a variable in a process definition through the tag