replied on October 13, 2020
Hi Teresa,
When you start the Workflow manually using the "Start Business Process" option in the repository, it actually gives workflow the Entry ID of the document you started the process on (you can see this through the repository by right-clicking the document and choosing "Properties").
When you run the process automatically on a schedule, by default there is no entry specified. In order to find the entry you want the workflow to run on, you'll need to add a "Find Entry" or "Search Repository" task at the start of your workflow and set the "Retrieve Field Values" task to run on the document found in this activity.
If you want to replicate the behaviour of starting the workflow via a schedule, you can use the green play button in the toolbar to start the workflow, making sure there's no entry ID specified in the starting dialog.
Hope this helps!
Dan