thanks for your answer.already have a custom workflow launcher:how can I achieve as you suggested, a double check on my workflow model in order to don't get false triggers. should I clear the field? If so is that a good practice and how do I do it?
Hello there,I have a workflow that conditionally will be triggered once "cq:lastReplicationAction == Activate"Issue is:this property is stored with this value, and therefore does not represent exclusively when the page was published. therefore any other action such as submitting a dialog will also t...
Not sure if I could use that. The points is to have a "Content as Code" and whenever I want to change something I just had to upload the json. Is that somehow feasible?
Hi @SantoshSai ,What If i need to update multiple properties?Is there a way to use the json file that I edited with all the properties? Thanks for your answer!
Hello there, I extracted a page content configuration by adding the suffix "infinity.json", then I did a curl to that page to extract this JSON to a file. Can I somehow edit this JSON and upload it again in order to update the content with a curl or a fetch?