Create renditions with names assigned to them via workflow | Community
Skip to main content
Level 9
May 11, 2016
Solved

Create renditions with names assigned to them via workflow

  • May 11, 2016
  • 4 replies
  • 1552 views

Hi All,

I have a rendition workflow, with similar process steps[the dimensions are different at each in the arguments], as seen in the attachment.

#1]I want to assign a unique name to the renditions generated at each of the step.

#2] Tried looking for information on it, but was not successful. Probably some additional argument has to be provided?

Any thoughts/pointers on this will be helpful.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by

 i dont think OOTB is supporting but control through process stetep.

So custom workflow java class and then read the file name and renditions names then you construct like all renditions under filename asset.

Note: There is not update asset method api to update the asset,just check whether asset is exist or not,then create if not exist

Hope this would help you,let me know if you have still doubts.

Thanks

Nani.

4 replies

Accepted solution
May 12, 2016

 i dont think OOTB is supporting but control through process stetep.

So custom workflow java class and then read the file name and renditions names then you construct like all renditions under filename asset.

Note: There is not update asset method api to update the asset,just check whether asset is exist or not,then create if not exist

Hope this would help you,let me know if you have still doubts.

Thanks

Nani.

askdctmAuthor
Level 9
May 12, 2016

Hi Nani,

From what I understand, it is not possible to assign names to renditions via arguments[as seen in the screenshot],correct?

I need to probably write a custom process step, but even if that will work is not guaranteed, correct?

May 12, 2016

Yes so you need to write custom workflow process step and implement the logic and dont use that existing one.

askdctmAuthor
Level 9
May 12, 2016

Hi,

ok. Can you please provide me with the Adobe documentation link wherein the list of arguments that can be used in a workflow are given[like in the screenshot]. Tried searching, but somehow not able to find it.