hello,
how I can develop workflow task that user can set task priority when submit Smartforms .
Thanks .
hello,
how I can develop workflow task that user can set task priority when submit Smartforms .
Thanks .
Best answer by paulk
You can also pass in the priority when starting the workflow as well with the start workflow event.

The priority field is then available to you in the context browser for the WF:

The value that you set can be any number value:

The value that you set on completion of a task in the previous reply, or on the start of a new WF will be the priority of the workflow at that point.

The only real place I can see it being exposed in any of the standard UI components is if you add it as a column to the out of the box worklist control.

But you can also get the value from the Open Worklist item method:


Cheers
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.