cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic activation of communication channel

Former Member
0 Kudos

Is it possible to activate the file sender adapter dynamically through BPM?

The scenario is as follows:

A file will have to be picked up by the sender file adapter but only when a particular BPM process is triggerred by another sender system. I am currently having the triggerring system's message received by a receiver file adapter and simultaneously executing a command to rename the file so that it is picked up by a constantly polling sender file adapter. I want to avoid the constant polling (1 sec or less) if it is possible to leave the adapter inactive and 'activate' it only when the BPM starts by the triggering message.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

no this is not possible

you can do it via java proxy

(pick up the the file dynamically from a BPM)

Regards,

michal

Answers (1)

Answers (1)

Former Member
0 Kudos

Michal,

Could you elaborate? Is there a blog I could read for making a java proxy pick up a file into a BPM process? Also will this work for picking up the file from a unix directory?

Thanks