Angular JS for Front Ending AEM Workflows | Community
Skip to main content
AEM_Forum
New Participant
April 10, 2018
Solved

Angular JS for Front Ending AEM Workflows

  • April 10, 2018
  • 8 replies
  • 3197 views

Hi all,

For our client, the requirement is to have Angular JS for Front End and AEM for Back End.

Could Angular JS do Front Ending for AEM Workflows?

We should be able to trigger workflows also using Angular JS.

For that matter could AEM Workflows Inbox be realized from any front end, by calling some API?

Appreciate all your quick replies.

Thanks,

Rama.

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 abhishek_dwevedi

I think you should be able to trigger workflow from Angular UI

Refer Interacting with Workflows Programmatically

8 replies

smacdonald2008
New Participant
April 10, 2018

I agree with Joerg!

joerghoh
Employee
April 10, 2018

Hi,

I understand that you want to replace the authoring UI (this is where you typically start workflows and use the inbox) with an Angular-based frontend, is that correct? This is definitly not recommended, as you are re-implementing the complete UI from scratch. I don't see any benefit in doing that.

regards,

Jörg

Employee
April 10, 2018

@Rama FYI , AEM 6.4 has got new UI for Workflows , I will suggest you to have a quick look.

smacdonald2008
New Participant
April 10, 2018

That is true - from Ang - you can make an AJAX call to Java Servlet and use the WF Java API to fire off a workflow.

abhishek_dwevediAccepted solution
Employee
April 10, 2018

I think you should be able to trigger workflow from Angular UI

Refer Interacting with Workflows Programmatically

smacdonald2008
New Participant
April 10, 2018

This requirement seems strange - why would you want to replace the built in AEM GUI that exists with a custom Ang JS in terms of using Workflows?

This is not best practice and there would be no docs on how to do this.

AEM_Forum
AEM_ForumAuthor
New Participant
April 10, 2018

Hi Kautuk,

Appreciate your quick revert.

Let us say we have AEM implemented as a front end as well as back end.

It has some workflows implemented.

We use Web Console to trigger workflows and Inbox to look at and act on Workflow tasks.

Now, let us say, we replace AEM front end with custom UI with Angular JS. Back end is still AEM.

My question is how to trigger workflows and how to implement the Inbox AEM Functonality to be able to act on WF tasks.

The other post is similar in front end and back end, but it is more regarding the product stack.

Thanks,

Rama.

kautuk_sahni
Employee
April 10, 2018

I am not very clear with your question. What do you want to achieve?

Also, did you check the other thread that you asked Angular JS Front End and AEM Back End ?

Kautuk Sahni