2019.2

Table Of Contents
On Error Tab
Miscellaneous Tab
The Miscellaneous tab is common to all tasks.
Check the option Use as step description to display the text next to the icon of the plugin in
the Process area.
HTTP Server Input
HTTP Server Input tasks are used to receive HTTP requests made via GET or POST
commands and to send replies to the servers from which the requests were made. The HTTP
server supports both HTTP and HTTPS. For HTTPS Support information, see "HTTP Server
Input plugin preferences 1" on page816.
Instead of using the HTTP Server Input task, you should consider using the NodeJS Server
Input task which is more secure, more up-to-date and more standardized. For more information
see: "NodeJS Server Input" on page378.
Note
While you can insert the HTTP Server Input task anywhere in your process as a
secondary input task, in reality the HTTP Server Input task will only function when used
as the initial input, as it is triggered when PReS Workflow HTTP Server receives a
request and passes it on to the correct task.
Note
Athough Workflow can serve both static and dynamic resources to a web browser, it is not meant to
be used as a fully featured web server as it is not built for responsiveness nor guaranteed uptime. It
is recommended to use a common web server (for example, IIS or Apache) to serve your contents
and to let Workflow process things only it can do.
For more information on how to serve HTML and PDF generated by Connect through IIS, watch
the Connect with Evie - IIS series.
Page 364