我一直都在做顺序工作流,希望帖子不要沉。
谢谢,我当前用这个方法
while (s != "State") { s = workflowinstance.CurrentStateName; if ((s != null) && (s.IndexOf("State") >= 0)) { s = "State"; break; }
}
不确定是否真正能够解决.想知道有否其它方法.
你好,
请问你是如何异步加载状态机的?
My blog: http://coding.windstyle.cn