Page 1 of 1

Workflow - Questions

PostPosted:Mon Jan 31, 2011 11:55 am
by joel.alexandre
Hi,

i've been trying the workflow but there are a few things i don't understand:

1) is it possible to set states in the documents? Example: a document is in "draft" state before the it is "approved" by some one.

2) i've created a workflow with a form. when the user fills the form, is there a way to see what the user input was? Currently i can only access the form input data using the administration console.

Thanks,
Joel

Re: Workflow - Questions

PostPosted:Tue Feb 01, 2011 5:43 pm
by pavila
If you want to set a state in a document you can make use of the property groups, and program a handler which make the assignment.

Re: Workflow - Questions

PostPosted:Tue Feb 01, 2011 6:08 pm
by joel.alexandre
pavila wrote:If you want to set a state in a document you can make use of the property groups, and program a handler which make the assignment.
Thanks. I'll check that.