Elsa 2 工作流程 ForEach 迭代器变量
我需要在我的项目中创建一个工作流程。因此,我添加了 Elsa (2.5) 工作流引擎并开始使用工作流设计器。现在我需要为每个循环添加一个并访问迭代器变量。
问题:如何访问当前迭代对象?
我的示例工作流程:
我如何设置集合(这里一切正常,发送邮件将被执行,例如三个次):
现在我需要访问当前集合条目中的值:
任何人都可以帮助我如何访问此值吗?我找不到当前版本的任何文档..
I need to create a workflow inside my project. So I added Elsa (2.5) Workflow Engine and started with the workflow designer. Now I need to add a for each loop and access the iterator variable.
Question: How do I access the current iterating object?
My sample workflow:
How I set the collection (every thing works fine here, send mail will be executed for example three times):
And now I need to access values from my current collection entry:
Can anyone assist on how I can access this value? I can't find any documention of the current version..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后,我自己找到了答案:
Finally, I found the answer by myself: