Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
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