How to determin after the web form task what action has been chosen?
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
You can use this code to do just that:
String command = (String)bpContext.getParameter(BPContext.ACTION_PARAMETER_NAME);
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
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);