Hi @anupampat,I have done the similar configuration for my custom workflow for ordered queue. but, it's not picking the custom configuration. I'm not sure what is missing.
Hi @lukasz-m There was a document where it said, for workflow queue config I need to pass the /var location of the model after com/adobe/granite/workflow/job. Hence I added "com/adobe/granite/workflow/job/var/workflow/models/samsclub/create-mixed-media-set" as my workflow topic. Also what should be ...
Hi,I need to add job queue config for my custom workflow. I need to change the queue type to ordered. In OOTB config it's parallel. I have added new config for my workflow, still it's picking the OOTB config and calling the wf in parallel queue.OOTB config:topic: "com/adobe/granite/workflow/job*"Cus...
Hi @aanchal-sikka ,I have added this configuration for the workflow to be triggered in order. Still the same issue. Can you please check If I'm missing anything?Thank You
Hi @Tethich ,1. Adding flag to the asset is not possible bcz we are checking the modified imagesets, spinsets and video. Then creating mediaset automatically. adding flag will be complicated.2. I tried adding those condition still same issue.
Hi @aanchal-sikka ,Resolver is new for every event.I created launcher. Even launcher has same issue. Is it possible to configure the delay in launcher?
Hi,I'm using a listener class to trigger a workflow on modification assets based on asset type. Since multiple assets are uploaded at once updating the properties in assets is giving persistence exception. I have configured a job queue for our model. It is triggering the workflow in order but not su...