{= include "templates.shared.task_progress.build_progress_page"; # ================================================== # This template reloads the progress page # ================================================== debug_message("\n\n#### #### refresh_progress.cfv START\n"); if (node_exists("volatile.sys")) then ( debug_message("#### #### volatile sys node report parameters:\n" . node_as_string("volatile.sys") . "\n\n"); ); string profile_name = internal.profile_name; string task_operation = volatile.hidden.task_operation; string task_id = volatile.hidden.task_id; string report_id = volatile.hidden.report_id; if (task_operation ne "report") then ( report_id = ""; ); build_progress_page(profile_name, task_operation, task_id, report_id); =}