Forum Discussion
Craig Lamb
Jun 05, 2018Copper Contributor
SharePoint Workflows: Extend Timeout
How do I extend the execution time of a SharePoint workflow? Currently we are concerned with SharePoint 2016 Workflows. It appears to be running for around 20 minutes and then terminates. The even...
- Jun 06, 2018
Craig Lamb SharePoint 2016 uses new workflow engine. You can check the blog post http://www.andrewconnell.com/blog/publishing-custom-events-to-sharepoint-2013-workflowson how to use Custom Events for Long Running External Processes.
Prasad Punneri
Jun 08, 2018Brass Contributor
Is the new 2016 Workflow engine different from SP 2013 Workflow engine?
Devendra Velegandla
Jun 08, 2018Brass Contributor
Prasad Punneri, SharePoint 2016 uses same WF engine as SharePoint 2013.
- Prasad PunneriJun 12, 2018Brass Contributor
May be am deviating from the topic. if i wanna connect to a Oracle DataSource from SPList, from my SPO site, what are the ways to achieve this?
if I use MSFlow, will it be helpful ?
if I use custom SP D WF , how to make calls to manipulate Oracle Data?
How to use BCS connectivity in SPO ? is it possible to connect Oracle DataSource using BCS in SPO using SPD 2013 ?