本文介绍了我如何处理工作流状态机中的外部事件活动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在asp.net中创建了示例状态机工作流,在第二个状态下有处理外部事件。启动工作流程时,它在初始状态下工作正常。当我在第二个状态下使用句柄外部事件活动引发事件时,事件的值为null。任何人都可以帮助我
I have created the sample state machine workflow in asp.net,in the second state has handle external event. when start the workflow, it works fine at the initial state. when i raise a event using the handle external event activity in second state,the event has the value null.any one can help me
推荐答案
这篇关于我如何处理工作流状态机中的外部事件活动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!