Inside Activate
...
Troubleshooting
Error With Task Web Wizard Page Path Reference
4 min
overview errors can occur in task web wizard pages when the page name includes an invalid or overly specific path reference this typically happens when the current node is embedded directly into the page name instead of being resolved dynamically symptoms you may encounter an error when opening or running a task wizard, where the wizard page fails to load or resolve correctly this is commonly seen in task configurations that reference deeply nested task paths cause the issue occurs when the page name in the web wizard configuration includes a hard coded task path including the full node path in the page name prevents activate from resolving the wizard page correctly at runtime resolution instead of including the task path directly in the page name, configure the wizard page to resolve the current node dynamically update the web wizard page configuration move the task path reference into the page configuration rather than embedding it in the page name example task path \=//tasks/attestation/attestation for all users/user attestation use this path within the page configuration so the wizard correctly resolves the current node during execution notes and considerations avoid embedding full task paths in page names review existing wizard configurations after task restructures test wizard navigation after making configuration changes