工作流程 4 在参数选项卡中定义属性
在工作流程 4 中,我创建了一个活动,并在参数选项卡中添加了一个参数,其中方向为属性(不是 in、out 或 inout)。
现在我添加了一个 IF 活动,我似乎无法访问 IF 活动的条件表达式中的属性值?
有没有办法访问 a 属性的值?
In workflow 4, I created an Activity and in the argument tab, I added an argument where the direction is Property (not in, out or inout).
Now I then added a IF activity, I can't seem to access the value of the Property in the Condition Expression of the IF activity?
Is there a way to access value of the a Property?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要在 InArgument 或 InOutArgument 中创建参数才能在表达式中使用它。
You need to make your argument in an InArgument or an InOutArgument to be able to use it in an expression.