<%& '/header/' %>

Background Tasks

In this simple example we'll start a background task.


<% if (conversation.request.method == 'POST') { application.executeTask(null, '/tasks/background/', 'run', null, 0, 0, false) %>

The task was launched! Check your logs to see.

<% } else { %>

<% } %> <%& '/footer/' %>