1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/examples/workflow/error.cfg
2015-01-23 17:24:36 +01:00

30 lines
1.3 KiB
INI

## -----------------------------------------------------------------------------------------------------------
## 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"
}