redirect.html
This HTML file describes how to display the HTML file that the creator of a workflow map assigns to a step of this type.
;;webscript redirect( Assoc taskData ) <!-- File: custtask/redirect.html --> //Display the HTML file that the creator of the workflow assigned //to this step. ;;call <.Module( 'custmod' ).PathPrefix() + 'templates' + File.Separator() + taskData.CustTaskTemplate>() ;;end