Hi Florent,Thank for your answer.Currently, it is exactly the existing
behavior, we wish to change it to have a single delivery in the
nmsDelivery table. Is there a way to set up a delivery activity to have
only one delivery in the end?Al.
Hi,I currently have a workflow witch generates a file whose name is
different every hour then sends this file in a delivery, so a delivery
is created every hour. I want to change this behavior by using a
continuous delivery activity so that only one delivery will be displayed
in my interface.My problem is that I can't use the same script to attach
the file (delivery.attachment [0] .name = vars.filename;) as my previous
workflow.The delivery object does not seem to be known in a continuous
delive...