Group assignment in Custom Workflow | Community
Skip to main content
Level 3
February 15, 2018
Solved

Group assignment in Custom Workflow

  • February 15, 2018
  • 1 reply
  • 964 views

Hi,

I'm new to workflow's in AEM. I've to implement Custom Workflow and i have few question regarding this.

1. Can the group assignment be configurable via Site Properties in AEM 6.3?

2. Can modified pages across the entire site be published?

If yes could you tell me how to do?

Thanks in advance

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

Yes - in custom workflow steps - you can use AEM APIs to perform tasks that API is capable of performing. For example, you can use the Asset Manager API to work with digital assets. We have a new article showing this.

Scott's Digital Community: Modifying Digital Assets using Adobe Experience Manager Workflows

Using custom workflow steps and AEM APIs, you can build workflows that can achieve business requirements not available out of the box.

Therefore to work with pages - you can work with the AEM Page Manager API. PageManager ("The Adobe AEM Quickstart and Web Application.")

1 reply

smacdonald2008
smacdonald2008Accepted solution
Level 10
February 15, 2018

Yes - in custom workflow steps - you can use AEM APIs to perform tasks that API is capable of performing. For example, you can use the Asset Manager API to work with digital assets. We have a new article showing this.

Scott's Digital Community: Modifying Digital Assets using Adobe Experience Manager Workflows

Using custom workflow steps and AEM APIs, you can build workflows that can achieve business requirements not available out of the box.

Therefore to work with pages - you can work with the AEM Page Manager API. PageManager ("The Adobe AEM Quickstart and Web Application.")