Web Form Action

rayann's picture

How to determin after the web form task what action has been chosen?

epetrova's picture

you know beforehead what action will be executed

What exactly do you mean?
When you create a model you describe what action will be taken by pressing/clicking on an element of the web form, so you know beforehand what action will be executed..

Thanks,
Evgenia

ameshkov's picture

You can use this code to do

You can use this code to do just that:

String command = (String)bpContext.getParameter(BPContext.ACTION_PARAMETER_NAME);