...
Use Email to send a custom email with attachments (if required) to a specified address. The email will be sent when the workflow step completes.
Add an Email Step
- Click the + Add Step icon just below that step you want to send the email.
- Select Email. The Add Step Email wizard will pop up.
- Enter email addresses or click the down arrow to select control and built-in form/workflow templates to dynamically determine it at runtime. *You must enter an email in the user@domain format in order to click Submit. The next three steps are optional and can be configured later.
- Customize the Subject and Message of the email.
- Select the type of attachments to include in the email.
- Click Submit.
...
Expand | ||||
---|---|---|---|---|
| ||||
Activity Document Action Behavior for Failed PostIf the HTTP POST returns a status code 422 and an error message, frevvo interprets this code to mean that the activity in question should be re-run. For workflow steps, this means that the form for the workflow step is re-rendered. If you want to display a message to the user when the post fails,
For example, Let's say you have a fields on the last step of a workflow step to collect a credit card number and the expiration date. The user fills in the information then clicks Finish. There is a Post Submission to a web app configured on this step.
If the web app returns a status code of 422 and some type of error message, the workflow step will be re-rendered. The message informing the user to check the information and resubmit displays. The workflow step will continue to be re-displayed until the post returns an Ok status (HTTP 200).
|
...