WF and Hierarchical State Machines

自闭症网瘾萝莉.ら 提交于 2020-01-04 02:52:13

问题


Searching bing and google I'm finding some, but surprisingly little information about state charts in relation to windows work flow. The only clear answer I've derived is "yes it can handle state charts, and here is a tutorial."

But what I'm trying to determine is:

  • Does it support hierarchical state machines as richly as Samek's QHSM. For example:
    • Can it handle a transition from a nested state to another nested state, where all entry and exit events are correctly fired?
    • Does it handle or facilitate transition to history?
  • What drawbacks, if any, should I consider about using WF for (hierarchical) state charts?
  • How has the story changed, if any, from WF4 to WF45?

I am not concerned if WF (hierarchical) state charts are much slower than Samek's. It is only the expressiveness I'm curious about.

来源:https://stackoverflow.com/questions/13846019/wf-and-hierarchical-state-machines

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!