Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:extensions:workflowdesigner:usage-example [2014/12/10 01:26]
swarnat
en:extensions:workflowdesigner:usage-example [2014/12/10 01:29] (current)
swarnat
Line 30: Line 30:
   * create a "send mail" block and configure like you need   * create a "send mail" block and configure like you need
   * include ${ return wf_recordlist("​gefunden"​);​ }}> to the mailtext to include the recordlist   * include ${ return wf_recordlist("​gefunden"​);​ }}> to the mailtext to include the recordlist
 +
 +=== 4. setup Workflow planer ===
 +
 +  * activate the workflow and set the execution trigger to "​manually execution"​
 +  * go to "​Workflow Planer"​ in the navigation in main Workflow Designer Configuration page
 +  * add an Entry and select your Workflow
 +  * to get the mail daily, enter a "​6"​ in the hour field\\ (You could configure every schedule like you need.)
 +
 +**That'​s it. Now you will get your record list every day.**