AEM Workflow Manager Functionality | Community
Skip to main content
October 13, 2017
Solved

AEM Workflow Manager Functionality

  • October 13, 2017
  • 1 reply
  • 627 views

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.

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 smacdonald2008

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.

1 reply

smacdonald2008
smacdonald2008Accepted solution
October 13, 2017

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.