Sometimes we are experimenting this timeoute开发者_JAVA百科xception: http://msdn.microsoft.com/en-us/library/dd465932.aspx
Someone knows where can I set the timeout parameter for WorkflowInvoker.Invoke in appfabric? Is this possible?
Regards.
If you are using AppFabric and IIS to host your workflows I am assuming you are using workflow services. In that case you are not using the WorkflowInvoker but the WorkflowServiceHost to run your workflows.
精彩评论