Hi,
This might be the very basic question on assembling docs.
I'm trying to assemble multiple documents. For that, I downloaded the sample workflow process from Tour-De-LiveCycle (livecycle->services->common->assembler) and imported to my server. Later, when I observed the workflow, the input variable is of type list with subtype document. This indicated that all the input values are taken as list. I tried to invoke the process in workbench by right-clicking invoke process.
I see the popup saying input parameter type "java.util.list" has no UI support. Does that mean, cannot I able to test this process through workbench? How else can I invoke this process? I tried with creating watch folder endpoint for this process and dragged some files to the input folder. I dont see any output over there. Is there any way I can test this process?
Cant we provide inputs to any process if the input type is of java.util.list?
thanks in advance,
chaitanya
Solved! Go to Solution.
Views
Replies
Total Likes
The Workbench invoke tool gives you a pretty basic way of testing your applications. Unfortunately there are some limitations - such as inputting from a List object.
You'll need to call the application from another endpoint - one that supports Lists.
One quick thing you can try is adding a watch folder interface. This will create a directory on the server that will be monitored for activity. If you drop a folder contaning documents into that directory then LiveCycle will automatically create a List of the documents and pass that to the application.
Two common thing to be careful of:
Views
Replies
Total Likes
You can't invoke within Workbench when you have a list as input. Like the error message say, it just doesn't know how to display a list in the UI.
The watched folder should work.
Enable Records&Playback to see if it's being invoked.
Jasmin
The Workbench invoke tool gives you a pretty basic way of testing your applications. Unfortunately there are some limitations - such as inputting from a List object.
You'll need to call the application from another endpoint - one that supports Lists.
One quick thing you can try is adding a watch folder interface. This will create a directory on the server that will be monitored for activity. If you drop a folder contaning documents into that directory then LiveCycle will automatically create a List of the documents and pass that to the application.
Two common thing to be careful of:
Views
Replies
Total Likes
Thanks a lot. I checked the recordings & It worked using watchfolder.
Views
Replies
Total Likes
just a last question in this loop:
Can assembler able to assemble tiff documents into single tiff file or it can do only for pdf docs. This is because I will receive all the documents through fax server.
Is it something like I should use pdf generator to convert them into pdf docs first and then only I should assemble? We have not purchased pdf generator for this.
Any alternate option on this?
Thanks,
chaitanya
Views
Replies
Total Likes
If PDFG is installed then Assembler will call it and automatically change the TIFFs to PDF. Then it will do the conversion
Views
Replies
Total Likes