Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 WF 4,我希望当活动失败时,完成 WF 并将回调发送到带有输入/输出参数的客户端。
但是,在 Completed 事件中, e.output 为空。
为什么会发生???
如果您的工作流程失败,则没有输出。因此,要么使用异常将数据传递给调用者,要么在工作流中处理异常并使其正常终止。