2019.1

Table Of Contents
1.
Locate the Workflow configuration in the Configurations\Workflow folder and open it in
Connect Workflow.
2. Select the process.
3.
Enable the Send to Folder step (step 2 in the process).
4. Send the Workflow configuration to PlanetPress Workflow service (see Saving and
sending a Workflow Configuration) and run it again, with a custom name value.
The Send to Folder step will now write the input data - the job file - to a file in the
Workspace\Debug folder.
When you select the file as sample file (on the Debug ribbon), it can be used to debug the
process. Note however that the process will not return the web page to a browser, as it wasn't
started by a browser.
Tip
The saved file can be used to create a data mapping configuration.
Project details
The web template
The web page is designed in the WEB_HELLO Web Page template. It contains one Web
section (see "Web pages" on page528).
Styling is done via style sheets (see "Local formatting versus style sheets" on page717). The
style rules are in the context_web_styles.css file. Note how they combine the HTML tag, ID and
class of elements to select them. (See also: "Selectors in Connect" on page823.)
There are only two scripts in the template, as you can see on the Scripts pane. You can
double-click to open them.
Tip
Hover over the name of a script in the Scripts pane to highlight parts of the template that
are affected by the script.
Page 195