Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
11 replies
Subscribers
7 subscribers
Views
4270 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi, Has anyone ever built a plug-in that allow us to populate the doc
Rully
over 11 years ago
Hi,
Has anyone ever built a plug-in that allow us to populate the document template (html, pdf, or doc) with process variables of type array and then able to generate/output multiple documents?
Regards,
Rully...
OriginalPostID-80857
OriginalPostID-80857
Discussion posts and replies are publicly visible
Parents
0
felixl
over 11 years ago
This sounds like a tricky design problem. It is probably possible to guage whether your chaining will break if you can estimate how many documents will be generated, and if you feel the wait would end up being too long then have an alternative path laid out for the user to understand that their request will take longer than chaining would allow.
What would be a really useful tool would be if you had your document generation jobs run asyn to your user process and present a 'Please Wait' form for the user. In the 'Please Wait' form you'll need to write a script that can ping the document generating process to know if it has finished or not so it can proceed to a kind of Review Results form. I haven't implemented such a design myself, but its one I'm keenly interested it.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
felixl
over 11 years ago
This sounds like a tricky design problem. It is probably possible to guage whether your chaining will break if you can estimate how many documents will be generated, and if you feel the wait would end up being too long then have an alternative path laid out for the user to understand that their request will take longer than chaining would allow.
What would be a really useful tool would be if you had your document generation jobs run asyn to your user process and present a 'Please Wait' form for the user. In the 'Please Wait' form you'll need to write a script that can ping the document generating process to know if it has finished or not so it can proceed to a kind of Review Results form. I haven't implemented such a design myself, but its one I'm keenly interested it.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data