如何从自定义活动获取工作流变量值?
我在工作流程中定义了变量,我想检查自定义活动中的值并在某些情况下更改此变量值。
我该怎么做?
I defined Variables on my Workflow and i want to check the value in my custom activity and change this variable value in some cases.
How can i do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
执行此操作的正常方法是在您的活动上创建 InArgument,并在将活动拖放到工作流上时将参数绑定到变量
The normal way to do this is to create an InArgument on your activity and bind the argument to the variable when you drop the activity on the workflow