Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Trigger a workflow on a specific property change

Avatar

Community Advisor

Hi Folks, We are working on a requirement where a workflow should start when a specific metadata property changes from either false to true or true to false. There are other metadata properties as well, but any update on the resource should not start the workflow as we need to keep the running instances to a minimum.

We looked into ObservationListener - Property updated, but I reckon that is not 100 percent safe on cloud, as pods might restart, and we can lose some events. Launcher is another option, but it listens to node modified event instead of property updated. 

Any thoughts or inputs will be helpful. The solution should be scalable, and extendible to other properties as well.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

6 Replies

Avatar

Community Advisor

@shubhanshu_singh how the property will be changed? automated or via some authoring?

Avatar

Community Advisor

External system pushes the data to AEM for metadata updates.

Avatar

Community Advisor

@shubhanshu_singh If the ingestion of data from external system through your code(servlet/service), you have the control of viewing the metadata before making the update and you can flag that asset/page for workflow run after the update for the specific property change. How does the external system ingesting data into AEM?

Avatar

Employee

hi @shubhanshu_singh  we have a similar requirement , where in if some specific metadata properties change on AEM , it should call a launcher which in turn calls a webhook to update these values back in wkft (bidirectional sync) ? It will be helpful if you can share what you did and what challenges you faced?

Avatar

Level 2

Hi Shubhanshu,   we have a similar requirement, which solution you opted for? and challenges faced?