April 14, 2020
Estimated Post Reading Time ~

Using Adobe Experience Manager Workflows

Workflows enable you to automate Experience Manager activities. Workflows consist of a series of steps that are executed in a specific order. Each step performs a distinct activity such as activating a page or sending an email message. Workflows can interact with assets in the repository, user accounts, and Experience Manager services. Therefore, workflows can coordinate complicated activities that involve any aspect of Experience Manager.

For example, a key application of Experience Manager is Web Content Management (WCM), which enables you to generate and publish pages to your website. This functionality is often subject to organizational processes, including steps such as approval and sign-off by various participants. These processes can be represented as workflows, which in turn can be defined within the Experience Manager, then applied to the appropriate content pages.

Many useful workflow models are provided with Experience Manager. In addition, any number of custom workflow models, tailored to the specific needs of your project, can be defined using the Workflow console. A workflow is made of steps. Automated steps, also called process steps, can be defined by using either an ECMA script or a service (a Java class in a bundle). For information about creating a custom workflow step by using a Java service, see Creating custom AEM workflow steps that send email messages.


This article covers the following subjects:

Create an AEM workflow that activates AEM pages.
How to invoke the AEM workflow.
How to check if the workflow is successful.
How to invoke a workflow using workflow Launcher.
Workflow sessions.
Managing data in your workflow.
Monitor the performance of workflows.
Managing workflow throughput.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.