Not a Problem

Error generating documents

Hello, why when I want to produce documents in pdf, if the number is more than 100, it gives a request time out message

Comments (5)

photo
1

Dear Yousef,

Thank you for letting us know your questions. If by "the number is more than 100" you are referring to the number of documents you are trying to create, we would recommend that you make this an asynchronous task because synchronous task are required to resolve in less than 230 secs. Hence, if the creation of 100 documents in a synchronous activity is taking more than 230 secs, then the process will timeout. Asynchronous activities do not have that restriction.

Best regards,

Laura G

photo
1

Dear Laura, Thank you for answering me

Can you explain how to do it?

photo
1

The only thing you need to do is change your current activity from synchronous to asynchronous

Here is more info about that:

https://help.bizagi.com/bpm-suite/en/index.html?invoking_async_act.htm

photo
photo
1

And how I can zip all the created documents in one folder

photo
2

This cannot be done in Bizagi. you would have to create a component library for this following the steps listed here: https://help.bizagi.com/bpm-suite/en/index.html?component-library-guidelines.htm

photo