cancel
Showing results for 
Search instead for 
Did you mean: 

What is the use of block step in BPM? Please help!

gopalkrishna_baliga
Participant
0 Kudos

Hi Experts,

I would like to know what is the use of block step in BPM? In what cases we can use it?

Can somebody explain BLOCK by relating to any programming language ( java) control step?

Please help!

Thanks

Gopal

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Block step is similar to what we use curly braces in most of the languages which defines the scope. For example if we are using loop step in bpm to loop through some variable then we can use block step to restrict the scope of loop step up to some point.

Thanks and Regards,

Sudheer.

bhavesh_kantilal
Active Contributor
0 Kudos
Shabarish_Nair
Active Contributor
0 Kudos

Have a look at http://help.sap.com/saphelp_nw04/helpdata/en/f6/e1283f2bbad036e10000000a114084/content.htm

A block is something similar to defining scope in other prog. languages. the local variables defined in this has a scope of it only and others cannot access the same