Hi All,
I have workflow, in which I am parsing the DCR in external task, and automatically attaching the files i.e doc and images to workflow using
$task->AddMultipleFiles(\
@Doc_Imgs, "SuccessFully Attached");
The
@Doc_Imgs array contains about 67 unique files, however only 22 of them are getting attached, others are not.
TS: 6.7.2
OS : Window 2003
WFM : 1.0.0.1
Any suggestions ?
Thanks....