In my workflow I need to convert word document to pdf. I have used following sequence of actions to achieve my goal.
Commit pending changes
Build string
Convert document
And for some instances pdf document had some broken data. So I have changed Commit pending changes action to Pause for 5 minute.
Now when the workflow runs I got below error.
"Error converting document. The request channel timed out while waiting for a reply after 00:00:59.9687508. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may h"
What could be the reason?