2019.1

Table Of Contents
Finally, in Workflow, adjust the process: double-click the Create Web Content task to open it,
and select the new template. This is only necessary when the file name has changed.
Send the Workflow configuration to the server (see Saving and sending a Workflow
Configuration in Workflow's Online Help).
Note
If you want the web pages to be responsive (have a different layout on screens of different sizes),
you could add Media Queries to the style sheet (see Media Queries on W3schools), or start a new
template with a wizard; see "Creating a Web template with a Wizard" on page522.
Workflow configuration
Serving the two web pages could also be achieved using separate processes, but in fact it is
more efficient to have a single process, as activity needs to be monitored for each process.
In real life the submitted data will probably not be stored in the Data Repository, but used
differently. This means that the Push to Repository task will need to be replaced by the
appropriate tasks, but that won't change the way the submitted data are retrieved.
To see how the current process does that, double-click the Push to Repository task and take a
look at the task's properties. The xmlget() function, used in the Value fields, is a data selection
function (see Data Selections). Data selection functions are available in many plugins, in any
field that accepts variables. Try right-clicking a field and select Get Data Location from the
contextual menu. (See also: Variable Task Properties.)
For general information about processes in Workflow see About Processes and Subprocesses,
in the Online Help of Workflow.
Project Wizard: Serving a Web Page
The Serving a Web Page Project Wizard creates an OL Connect project that responds to a
request by serving a web page. This project extracts data from a parameter in the given URL
and shows the value on the web page.
Installing the project
To start the Project Wizard, select File > New > Project Wizards > Serving a Web Page from
the menu. (See also: "Serving a Web Page - Project Wizard" on page918.)
Page 193