subject=$wf.getReplacedDescription(): no action since ${wf.getDatabitValue("bewerbungsdata.inactive_count")} days
xheader=$wf.getName()
Hi, 
please consider taking action for job-applicant: ${wf.getDatabitValue("bewerbungsdata.bewerberdata.name")} 
as his application is laying since ${wf.getDatabitValue("bewerbungsdata.inactive_count")} days.

possible actions: 
#set ($tasks = ${wf.getActiveTasks()})
#foreach ($task in $tasks)
$task.getReplacedDescription() (${secure_webswamp_link}/task/${task.getId()})
#end

Link to the application workflow: 
${secure_webswamp_link}/wf/${wf.getId()}

JobTracker data: 
#showdata ($wf "ausschreibungsdata.stelle")
#showdata ($wf "ausschreibungsdata.w3link")
#showdata ($wf "ausschreibungsdata.intern_extern")
#showdata ($wf "ausschreibungsdata.comp_level")
#showdata ($wf "ausschreibungsdata.referral_bonus")
#showdata ($wf "ausschreibungsdata.comment")

#showdata ($wf "ausschreibungsdata.roles.hr")
#showdata ($wf "ausschreibungsdata.roles.abtleiter")
#showdata ($wf "ausschreibungsdata.roles.hiring_manager")

--  
This Message was automatically generated by the the WebSWAMP-Server at 
$secure_app_link 