Workflow process step to assign a value to a node property in crx/de | Community
Skip to main content
Level 2
April 16, 2019
Solved

Workflow process step to assign a value to a node property in crx/de

  • April 16, 2019
  • 1 reply
  • 1304 views

I want to create a workflow process step for assigning a value to a component node's property in crx/de, /content folder.

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 Ravi_Pampana

Hi,

You can check below link for creating custom workflow process step and once you get the resource, you can update the property in the desired path and save the session. Try to use system user if any login session are needed.

Adobe Experience Manager Help | Creating custom AEM workflow steps that send email messages

1 reply

Ravi_Pampana
Community Advisor
Ravi_PampanaCommunity AdvisorAccepted solution
Community Advisor
April 16, 2019

Hi,

You can check below link for creating custom workflow process step and once you get the resource, you can update the property in the desired path and save the session. Try to use system user if any login session are needed.

Adobe Experience Manager Help | Creating custom AEM workflow steps that send email messages