Hi AllI am working on CQ workflows to add metadata via dialog participant step. In my dialog I am adding a field with name="mycustomdata". When I submit the workflow step- I do not get it stored in the metaData instead it goes under history. So I can not get this data in the next step. I tried to ch...
Hi,The issue is , the data is not being stored anywhere in the workflow instance even though the document says so ( http://docs.adobe.com/docs/en/cq/current/workflows/wf-extending.html#Saving Property Values in Workflow Metadata).Regards,Anand
Hi AllI am working on CQ workflows to add metadata via dialog participant step. In my dialog I am adding a field with name="mycustomdata". When I submit the workflow step- I do not get it stored in the metaData instead it goes under history. So I can not get this data in the next step. I tried to ch...
I have currently implemented the eventhandler and from there i am comparing if the modified time is equal to on/off time . if its equal then i am considering as it's triggered by on/off event else it's normal replication.But i feel there should be a direct way of identifying if the replication is tr...
Hi All,I have a flush agents which triggers when there is on/off time of node is reached . This is working fine as expected . but I would like to flush one more file along with this node , when on/off time of node is triggered.Could someone please guide me how can I achieve this?I tried event handle...