worflow invocation from a button

How can we invoke a workflow on clicking a form button? Is it possible to send parameters from the form to the workflow?Yash
[145 byte] By [yash@IDMa] at [2007-11-27 2:08:11]
# 1

Hi Yash,

Yes you can invoke a workflow on clicking save button of form by this code.

<Field name='viewOptions.Process'>

<Expansion>

<s>Your Workflow name</s>

</Expansion>

</Field>

and for sending parameters from form to workflow use

<Field name=':variables.fieldname'>

and use it in workflow simply by <ref>fieldname</ref>

Thanx

Shant

Shanta at 2007-7-12 1:57:19 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Thanks for that info...I should have assigned some duke stars for this :)
yash@IDMa at 2007-7-12 1:57:19 > top of Java-index,Web & Directory Servers,Directory Servers...