如何获取活动中的工作流实例?
我无法在工作流程的代码活动中获取工作流程实例。如何获取它?我确实检查了 WorkflowEventArgs.WorkflowInstance 属性 但在我的代码活动中,我没有 WorkflowEventArgs。相反,我有 EventArgs。
我想要做什么:
基本上,我需要访问工作流队列数据以获取队列中的值。在上面的网址中,代码是相同的,但是它不在代码活动中?访问队列的正确方法是什么?
I was not able get the workflow instance in code activity of my workflow.how do I get it? I did check WorkflowEventArgs.WorkflowInstance Property but in my code activity i do not have WorkflowEventArgs. instead i have EventArgs.
What I am trying to do:
basically, i need to access the Workflow queue data to get the values in queue. in the above url, the code is for the same but, its not in a code activity? what is the correct way to access the queue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
来自获取您的工作流实例:
From Getting Your Workflow Instance:
我对你的问题有点困惑。这是你想要的吗?
I'm a little confused by your question. Is this what you want?