return'Check for expired documents and set the document status';
}
publicfunctiongetAdditionalParams(){
returnarray(
array(
'name'=>'days',
'type'=>'integer',
'description'=>'Number of days to check for. Negative values will look into the past. 0 will just check for documents expiring the current day. Keep in mind that the document is still valid on the expiration date.',