Expand my Community achievements bar.

SOLVED

How to put condtion in livecycle workflow for getting one pdf from list of pdf's

Avatar

Level 2

Hi All,

How to put condition in livecycle workflow for getting one pdf from list of pdf files.

Please help me out , any one know.

Thank you,

Chiranjeevi

1 Accepted Solution

Avatar

Correct answer by
Level 10

Do you know how to write a custom LC step - if not - see:

LiveCycle ES2.5 * Programming with LiveCycle ES2.5

LCStep.png

View solution in original post

6 Replies

Avatar

Level 10

Write a custom DSC and put in Java app logic to determine which PDF to retrieve. A LC DSC is similiar to a AEM Custom Workflow step in that it allows you to use custom business logic.

Avatar

Level 2

Hi Smacdonald,

Would you please me any sample sinppet.that will helpful for me to write  logic in my workflow as per requirement.

Thank you,

Chiranjeevi

Avatar

Level 7

Another way is to use an executeScript activity in a workflow that allows you to run Java logic in a BeanShell script. The actual code will depend on your variables and how your list is set up, but it should be fairly simple to do. If it is more complex or you need to do other custom Java manipulation then a DSC would be the better way to go.

You will likely need these references:

Adobe LiveCycle ES4 * Execute Script

Adobe LiveCycle ES4 * patExecContext reference

Avatar

Level 2

Hi ,

There is any possibility to create a component in work flow and using Xpath expression related that condition.?

Actually i had refer few blogs some peoples says like use lower-case string of file name(using Xpath expression).then we will get actually file from list.

Please let me know.?

Thank you,

Chiranjeevi.

Avatar

Correct answer by
Level 10

Do you know how to write a custom LC step - if not - see:

LiveCycle ES2.5 * Programming with LiveCycle ES2.5

LCStep.png

Avatar

Level 2

Hi smacdonald​,

I don't know actually condition to put for getting specified pdf from list of pdf files.

Below flow is the i have tried, but am not sure.required condition using for that.

Please have a look, please give me any inputs on same.

How_to_getting_specfied_pdf _file _from_list_of_pdf_files.PNG

Thank you,

Chiranjeevi