InfoPath 2007 beta 2 & workflow context

M

Mike

If I have a InforPath form on which I run a workflow in MOSS, how do I access
information about the current state of the workflow from within the InforPath
form? I would like to disable controls on the form if the workflow has
finished.

Thanks
Michael
 
B

Ben Walters

Hey Mike,
Best bet would be to add a field to your InfoPath form called state. Then
when the form is opened by your workflow have your workflow set the State
Field to the state of the workflow. When the form is next open you can hide
or show controls based on the content in the state field

Hope this Helps

Cheers
Ben
 
Top