What can we help you with?

Sorry, you do not have permission to carry out this action.
Avolve Software - Powered by Kayako Help Desk Software
What can we help you with?

knowledgebase : Troubleshooting > Workflows > ProjectFlow

Listed below are additional features that happen when DebugMode=true.

  1. Sends all email to the email address in DebugEmail setting.
  2. On subscriptions notifications will go to the current user because they just caused the notification.
  3. Right-click is enabled on the viewer screen.
  4. The DebugLogs option is enabled in the select list on the Admin page.
  5. The "You are in Debug Mode" message appears at the top of the screen.
  6. On login, it gives more specific information - "No account exists for this email address", "The password you entered is incorrect". If DebugMode=false then it always gives "The email address or password you entered is incorrect"
  7. Adds the device name to the title of the browser window.

When deleting “BuildingDelete”, the Delete button turns blue but is not deleted and no error message displays. To resolve this issue, you must select the Workflow Type and Project Template. Then you will be able to delete review.

 

Contributed by: Michal Zmijewski

Contributed on: 2/1/2017

See attached document for Jump Feature on ProjectFlow

 

Issue:  ProjectFlow Workflows show in error state upon network disruptions

 

Solution 1:   Add the following to the web.config files for both the ProjectDox.Web.UI and ProjectDox.Web.API installation folders.  Perform an IISRESET after saving the changes to the web.config files.

 

<configuration>

   <runtime>

      <loadFromRemoteSources enabled="true"/>

   </runtime>

</configuration>

 

If it still doesn’t work then it needs to be added to the machine.config on the server at the following location and removed from the web.config files.

 

C:\Microsoft.NET\Framework\[version]\config\machine.config

 

Solution 2:  Relocate the WFlowDLLCache folder to the ProjectDox Web Server and use a local path in the Admin \ Configuration \ Core tab for the WFlowDLLCache key value.  For example: If the value for the WFlowDLLCache application key on the ProjectDox Admin \ Configuration \ Core tab is a network location  \\ServerName\WFlowDllCache, modifying the value to a File System path of D:\PDFS\WFlowDLLCache and relocating the files to the new location on the web server will in most cases eliminate the error messages.

 

NOTE:  This should not be attempted without the assistance of Avolve Support.  There are additional considerations in making a change to the location of the WFlowDLLCache folder.  Please contact Avolve Support for scheduling.

 

 

When Workflow Instance is deleted, the following records are deleted:

   - Topics and Notes related to the workflow instances, workflow activities and workflow tasks for the instance

   - WFlowRequestedReviews, WFlowPrescreenReviews, WFlowReviewResults, WFlowReviews, 

        WFlowReviewChecklistInstanceStatuses, WFlowReviewChecklistInstances, 

        WFlowChangemarkInstances, WFlowReviewCycles, WFlowActivityProps, WFlowFormletProps,

        WFlowFormletActivities, WFlowScriptReferences, WFlowScriptCustomReferences, WFlowScripts,

        WFlowTasks, WFlowConditionals, WFlowStartupTasksInstances, WFlowActivityHistory,

       WFlowActivityTemplates, WFlowReviewConfigTemplateInstances, wflowactivities  associated to the workflow instance 

   - Metadata Keys and Values associated to the workflow instance, workflow activities, formlet activities and global formlets for the instance

   - EntityTree associated to the workflow instance, workflow activities, formlet activities and global formlets for the instance

   - WFlowInstance record

 

For WFlowsVersion deletion, the following data are deleted:

   - WFlowStartupTasksTemplates, WFlowActivityPropsEditor, WFlowActivityTemplates, 

      WFlowFormletPropsEditor, WFlowFormletActivitiesEditor, WFlowScriptReferences, 

      WFlowScriptCustomReferences, WFlowScripts, WFlowConditionalsEditor, 

      WFlowConditionalLegsEditor, WFlowFormletPropsEditorGlobal, 

      WFlowFormletActivitiesEditorGlobal, WFlowActivityTemplates records associated to the WFlowsVersion record

   - WFlowVersion record

 

For WFlows Definition deletion, the following data are deleted:

    - All instances associated to the WFlows and their related data

   - All WFlowsVersion associated to the WFlows record

   - Metadata Keys and Values associated to the WFlows record

   - EntityTree associated to the WFlows record

   - WFlows record