External signal problem | Adobe Higher Education
Skip to main content
Level 4
May 7, 2021
Répondu

External signal problem

Hi Team,

 

In one of the delivery template we have a post processing workflow which triggers with external signal when the delivery is ran in any workflow.

When the same delivery template is used and ran at the same time from different workflows the external signal in the post processing is only taking the first workflow data(this workflow which might have ran 2 seconds earlier than the 2nd workflow) in to it..

Is there anyway we can control this or anyway in which we can make the post processing workflow take all the deliveries data which comes simultaneously.

 

Thanks,

Greeshma 

Ce sujet a été fermé aux réponses.
Meilleure réponse par Greeshma_Sampath1

Hi @adithyacs86  @davidkangni ,

 

We changed the filer condition in file collector from instancs,vars.<filename> to vars.<filename> then the file collector started fetching all files coming to it at the same time.

Thank you all for the help. 

 

Thanks,

Greeshma

1 commentaire

DavidKangni
Community Advisor
Community Advisor
May 7, 2021

You can use a js to check if the workflow is running and add a wait to retry

 

Thanks,

David

David Kangni
adithyacs86
Level 5
May 13, 2021
So this vars.FinalFile is a variable defined in your js which is before the file collector activity and this I presume is a hard coded value or coming in from external signal, so make this variable to include * in the js code