I'm new to workflows in aem. Can anyone provide some usecases to practice workflows | Community
Skip to main content
Keerthi0555
Level 5
January 9, 2023
Solved

I'm new to workflows in aem. Can anyone provide some usecases to practice workflows

  • January 9, 2023
  • 2 replies
  • 745 views

I'm new to workflows in aem. Can anyone provide some usecases to practice workflows

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by user1576

Hi Keerthi ,

You can explore like

1. how to get user details who initiate workflow.

2. try to send mail using custom workflow

3. create node/property in page

4. content approval process

5. create package inside workflow execute method

6. get page content details

7. update asset metadata / add new property in asset metadata

 

Regards

Sanket

2 replies

Ritesh_Mittal
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
January 9, 2023

Hi @keerthi0555  You can start with below ones-

 

  • Notifying group of users for any page edit - sending email
  • Saving some properties to database about new page information (external/internal) on newly page created
  • Triggering one workflow model from another model
  • Assigning permission on page creation
  • Accessing Services from custom process
  • Launchers on Run modes, different conditions, event types, node types.
  • Workflow model with different components, process steps, splits, operations

 

Thanks,

Ritesh

user1576Accepted solution
Level 3
January 9, 2023

Hi Keerthi ,

You can explore like

1. how to get user details who initiate workflow.

2. try to send mail using custom workflow

3. create node/property in page

4. content approval process

5. create package inside workflow execute method

6. get page content details

7. update asset metadata / add new property in asset metadata

 

Regards

Sanket