Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

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

Avatar

Level 6

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

1 Accepted Solution

Avatar

Correct answer by
Level 4

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

View solution in original post

2 Replies

Avatar

Community Advisor

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

Avatar

Correct answer by
Level 4

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