Question

I want to know the difference between suspending and terminating SharePoint workflow.

Était-ce utile?

La solution

Terminated means terminate the workflow instance that is running. Once terminated, that workflow instance will be dead and will never be restart.

Suspended is something you can call resume workflow.

Msdn Links: suspend and terminate

Autres conseils

The difference is that terminate will unload the workflow instance and suspend does not unload the workflow instance.

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top