cancel
Showing results for 
Search instead for 
Did you mean: 

BPM issue

Former Member
0 Kudos

Hi,

We have a BPM but it gives varying output times for different files : it involves some transformation steps and send /receive /collect/fork operations.

with file A it take certain amt of time but with File b when it ws exected it took 5 X amount of time. What all factors could have played to give this time difference for same BPM but different files?

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Above said thing can be one reason ,other then this,

1) check your work process at the perticular time / check resources at server end.

2) size of file.

3) Analyse your entire scenario - break the steps & time and check which part (IE,AE,BPE,Other) taking more time.

Former Member
0 Kudos

after transformation ,the send step takes longer in some cases.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

Most of the cases send stepm will not take longer time,i think in your case trasformation step(mapping execution taking long time),so use operation mapping in interface determination and chech the difference or performance.

Regards,

Raj

Former Member
0 Kudos

We are using a java mapping in the operation mapping and calling this via transform step. is java mapping consuming time?

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

The performace depends on file size ,some times,if it is huge file , some times it takes long time to process,

Even you used some more resource consuming stpes in BPM ,like Trasformation step, try to avoind trasformation step in Integration Process.

Even you are using collecting some messages,may be if condition not satisfies,it may wait to satisfy condition.

but my advice change BPM design,avoid Trasformation step,execute mapping in Interface determination level.

Regards,

Raj