cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding BPM

Former Member
0 Kudos

Hi

I have a requirement like this

I have one file at source. I want to create two copies of it and send those two copies to a destination folder but with condition that the second copy of file arrives with a delay of 60 seconds.

I think it requires use of BPM. Can anyone help me how to achieve this.

regards

venkat

Accepted Solutions (1)

Accepted Solutions (1)

justin_santhanam
Active Contributor
0 Kudos

Venky,

It's so easy. Create the Cotainer elements for the abstract interface which you are going to use. Now see the below steps in BPM.

For example let say the Abstract Interface Container name is - FileMove

Step1 : Receive (FileMove)

Step2: Send (FileMove)

Step3: Insert Wait Step - give 1 minute

Step4: Send (FileMove).

If it's not clear, then let me know.

raj.

Edited by: Raj on Jan 9, 2008 6:49 AM

Former Member
0 Kudos

Hi Raj

My requirement is

I have one file at source. I want to create two copies of it and send those two copies to a destination folder but with condition that the second copy of file arrives with a delay of 60 seconds.

I have one doubt

suppose I sent one file in the bpm I used first receive step and next fork with 2 branches. then the fork sends two files to the

target?

regards

venkat.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

It could like something like this:

Receive step

Fork Step

-- Fork Branch 1 - Send step file 1

-- Fork Branch 2 - Wait step - Send step file 2

Best regards,

Guido