I accidentally checked the box for "Do not show me again" when running a workflow. How do I get this prompt to start showing again? I don't see anything about it in WF Designer settings.
Thanks,
I accidentally checked the box for "Do not show me again" when running a workflow. How do I get this prompt to start showing again? I don't see anything about it in WF Designer settings.
Thanks,
If you open the Options.xml file in your APPDATA folder (c:\users\<username>\AppData\Roaming\Laserfiche\WF), look for a Prompts section and then look for the line that contains
key="RunWorkflowPrompt" name="Run Workflow" isShown="false"
Change isShown to "true" and save the file. Then launch the Designer and the prompt should be back.
In Workflow Designer you should be able to go to Tools - Options - Prompts. Then I believe you need to check the box again for prompting when publishing existing workflows.
All boxes are checked under Prompts. I want to note this has nothing to do with publishing. Just running.
If you open the Options.xml file in your APPDATA folder (c:\users\<username>\AppData\Roaming\Laserfiche\WF), look for a Prompts section and then look for the line that contains
key="RunWorkflowPrompt" name="Run Workflow" isShown="false"
Change isShown to "true" and save the file. Then launch the Designer and the prompt should be back.