Expand my Community achievements bar.

SOLVED

Prioritizing one workflow over another

Avatar

Level 2

We have a common workflow which gets triggered on every asset upload in any of the dam folders which creates metadata on asset metadata node.

For one such particular folder, we have a separate workflow and under this workflow's step I am trying to get metadata for the image being uploaded to check if height and width is correct. If not I want to move the image to error folder.

When I try to fetch metadata on 2nd workflow step I only get jcr:created and one more property.

Where as actual node in crxde has more than 20 properties.

Am I trying to fetch the metadata before its being read and written onto metadata node?

If that's the case, is there any way I can prioritize the first workflow to run first so that necessary metedata is created by teh time second workflow's step executes?

Thanks in advace.

Regards,

1 Accepted Solution

Avatar

Correct answer by
Administrator

This is closest to your use case:-Workflow and Priority in the Queue

~kautuk



Kautuk Sahni

View solution in original post

1 Reply

Avatar

Correct answer by
Administrator

This is closest to your use case:-Workflow and Priority in the Queue

~kautuk



Kautuk Sahni