<%-- * Copyright (c) 2001, 2006, Oracle. All rights reserved. * * NAME * retryStep.jsp * * NOTES * Page to retry a failed step with different parameters. * * MODIFIED (MM/DD/YY) VERSION * ktamtoro 07/31/06 - Retry step with different params * ktamtoro 07/31/06 - created * --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%-- Buttons for page events (located on top right side) --%> <%-- Step General Information --%> <%-- Instance GUID --%> <%-- Step GUID --%> <%-- Step Name --%> <%-- Step Type --%> <%-- Step Decription --%> <%-- Error Handling Mode --%> <%-- The instance the step belongs to --%> <%-- Step Status --%> <%-- Date and time the step is executed --%> <%-- Date and time the step execution is completed --%> <%-- Parameter Tree --%> <%-- hGrid columns --%> <%-- param name column --%> <%-- save the parameter name --%> <%-- save the state GUID --%> <%-- save the parameter ID (stateGUID + paramName) --%> <%-- param description column --%> <%-- parameter value --%> <%-- Buttons for page events (located on top right side) --%> <%@ include file="templateBase.jspf" %>