Description
You do not have the option to fetch or return queued tasks in ProcessTOGO.
Cause
You need to add additional configurations to the ProcessTOGO configuration file.
Affected Versions
7.0 and later.
Solution
- On the server where ProcessTOGO is installed, access the
WorkflowExplorer.Mobile.config
file.C:\Program Files\PNMsoft\Shared Resources\Components\WorkflowExplorer\Config
- Add the following entry under the
<views>
section and restart the ProcessTOGO site.
The version should be the major product version that you have. For example, if you have Cora SeQuence v7.2, the version in the markup should be 7.0.0.0. If you have Cora SeQuence 8.1, the version in the markup should be 8.0.0.0.
<add name="ToolBarView" type="PNMsoft.Sequence.Client.Web.UI.Views.ToolBarView, PNMsoft.Sequence.Client.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0a1a1b90c1c5dca1"></add>
— Alex on 08/03/2017
Hi Chris.
In the markup in the section, the version should match the major version that you are working with. For example, if you have Sequence 7.2, the version in the markup should be 7.0.0.0.
If you have Sequence 8.1, the version in the markup should be 8.0.0.0.
The article has been updated to reflect this.
— Chris H on 08/02/2017
Is there are solution to this for V8? The version here is for V7 looking at the version no.