Vistas:

Question:
How to enable Debug Logging for the Workflow Designer?

Solution:
Open the following file in the editor: "C:\Program Files (x86)\DocuWare\Workflow Designer\DocuWare.Bpw.Designer.exe.config" and search for the following tag:

  <loggingManagement mode="on" trace="on">
    <applicationInfo logLevel="off" textID="Off" message="Off" computer="Off" threadID="Off" addText="Off" winID="Off" user="Off" application="Off" assembly="Off"/>
    <publisher assembly="DocuWare.Common" type="DocuWare.Common.Logging.FilePublisher" logLevel="Error" fileName="%AllUsersProfile%\DocuWare\Logs\WFDesigner.log" maxFileSize="10000" deleteFirstNKBytes="5000">
      <publisherInfo Publish="on" />
    </publisher>
  </loggingManagement>

Edit the logLevel="Error" to logLevel="Debug".
The log is written in C:\ProgramData\DocuWare\Logs by Default.