## ----------------------------------------------------------------------------------------------------------- ## action error - configuration parameters ## ----------------------------------------------------------------------------------------------------------- ## REQUEST_TEMPLATE scanf form to extract data ## RESPONSE_TEMPLATE printf form to output response ## ERROR_TEMPLATE printf form to output error response ## ## SMTP_SERVER ## TO_ADDRESS ## SENDER_ADDRESS ## EMAIL_BODY_FORM ## EMAIL_SUBJECT_FORM ## ----------------------------------------------------------------------------------------------------------- action_error { REQUEST_TEMPLATE workflow/error/error-request-template.xml RESPONSE_TEMPLATE workflow/error/error-response-ok-template.xml ERROR_TEMPLATE workflow/error/error-response-error-template.xml SMTP_SERVER mail.unirel.com TO_ADDRESS stefano@unirel.it SENDER_ADDRESS workfloweng@unirel.com EMAIL_SUBJECT_FORM "Errore del workflow" EMAIL_BODY_FORM "Il workflow รจ andato in errore.\n1) Rimuovere il motivo dell'errore.\n2) Far ripartire il workflow: effettuare un reply-to, all'indirizzo pre-impostato, impostando, come testo del messaggio, il messaggio xml ricevuto in allegato.\n\nDettagli:\nEvent: %s\nState: %s\nAction Name: %s\nError message: %s" }