Pablo Castilla
Pablo Castilla

Reputation: 2741

How to set the timeout time for the invoke method in appfabric

Sometimes we are experimenting this timeoutexception: 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.

Upvotes: 0

Views: 449

Answers (1)

Maurice
Maurice

Reputation: 27632

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.

Upvotes: 1

Related Questions