How to call a workflow form a JSP?

How can we call a workflow from a JSP?

a) Through click a link in JSP.

b) Calling it form JSP scriplet conditionally.

Can anyone give me example?

for example, I have a custom JSP (contract.jsp), where I perform some updations and I need to call a workflow form that JSP, which will perform some other task.

Thanks in advance

[361 byte] By [bronze-starDukes] at [2007-11-26 12:07:02]
# 1
HiYou can use "/processLaunch.jsp?id=<work flow name>
bronzestar at 2007-7-7 13:40:26 > top of Java-index,Archived Forums,Socket Programming...