Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

A Delete Page Workflow

Avatar

Level 2

I'm writing a workflow to delete a page. In our project user requires that Delete page action need approval. Initiator run the workflow on certain page (workflow's paylaod). Once approver approve, the page (i.e. paylaod) will be delete. 

Here is the problem: delete action is written in the end of workflow's ecma: pageManager["delete"](payloadresource, false);

Once this code is executed, the workflow status will change to "ABORTED" as it's payload is deleted. I expect workflow status will be COMPLETED. 

Do you have any suggestions?

1 Accepted Solution

Avatar

Correct answer by
Level 10

instead of ecma, try using deletenode process which is OOTB

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

instead of ecma, try using deletenode process which is OOTB