Expand my Community achievements bar.

SOLVED

AEM workflows: What kind of step/object can I use to notify requester their request was denied/approved?

Avatar

Level 8

as a guide, I was following this one: Creating Workflow Models

There's an example somewhere in the page where a yes/no decision (to approve page publication) can be made. If No is selected, it goes to a participant step.

I'm new to workflows but what I really want:

1. If no is selected, an email/notification is sent to the requester that their request was denied

2. If yes was selected, an email/notification to the requester that their request has been approved.

I've looked at the available workflow steps/objects in the picker/sidekick and nothing stands out to do what I want.

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 10

For OOB workflow, check the steps here - http://localhost:9502/editor.html/libs/settings/workflow/models/projects/request_email.html 

You may use this for notifications - Send Template'd E-mail

Other helpful processes - Workflow Processes

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

For OOB workflow, check the steps here - http://localhost:9502/editor.html/libs/settings/workflow/models/projects/request_email.html 

You may use this for notifications - Send Template'd E-mail

Other helpful processes - Workflow Processes