Expand my Community achievements bar.

SOLVED

AEM Workflow Manager Functionality

Avatar

Level 1

Hi All,

On AEM Workflow ADMIN and Workflow Manager, can i just have a series of Server Side steps which i can use to execute a series of  Decision Steps or Backend calls.

We are trying to see if we can leverage workflow component to build a decision tree kinda flow.

Any pointers are greatly appreciated.

1 Accepted Solution

Avatar

Correct answer by
Level 10

You can make a workflow as flexible as you want.

If you need extra logic not available with OOTB workflow steps - you can write custom workflow steps that use AEM Workflow APIs. See these resources.

General Workflow Docs:

Creating Workflow Models

Administering Workflows

To learn how to write a custom workflow step - see this community article:

Adobe Experience Manager Help | Creating custom AEM workflow steps that send email messages

Hope this helps.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

You can make a workflow as flexible as you want.

If you need extra logic not available with OOTB workflow steps - you can write custom workflow steps that use AEM Workflow APIs. See these resources.

General Workflow Docs:

Creating Workflow Models

Administering Workflows

To learn how to write a custom workflow step - see this community article:

Adobe Experience Manager Help | Creating custom AEM workflow steps that send email messages

Hope this helps.