Windows workflow 4 : difference between WorkflowApplication Cancel, Terminate and Abort -


Anyone can tell what is the difference between the following workflow applications:

abort canceled After completing this issue, I want to summarize the differences:

/ P>

Finish:

  • The complete event of the workflow application will be triggered
  • The closing location (workflow-application-appliedentents) is incorrect
  • Workflow inapp Unlocked event will be triggered trigger
  • workflow is completed
  • activity will be called onBodyCompleted

Cancel:

  • Completed
  • The event of the workflow application will be triggered
  • The workflow application has been canceled
  • The workflow will be completed
  • OnBody Activity W
  • Abort:

    • The canceled event of the workflow application will be triggered < / Li
    • The workflow does not complete
    • An uncontrolled exception

      • Turns on this underlying exception
      • The return value in this event ( Type Unrestricted Exception Action) determines what will happen next:
      • Workflow frequency
      • will cancel the workflow frequency
      • UnhandledExceptionAction.Abort workflow frequency
      • each

      trigger related event to be explained above Will: Abbort does not seem to unload the example in SQL firmness store. So, I think, you use better cancel or end, and if you have to take some action based on the condition of completion, then you can see the ending place in the whole event.


    Comments