Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

    sb.append("<h1>Callback Received</h1>");

        sb.append("Used in conjuction with 'Callback Create' to pass variables between the two calls.<br>");

        sb.append(

                "Callback Create generates a callback into a target route. The first step of that target route must be Callback Recieved <br>");

        sb.append("The primary purpose of Callback Received is to initialise any variables set by Callback Create ");

        sb.append("so that they are available to subsequent Steps in the target route.<br>");

   


  • No labels