Skip to main content

hello,

 

how I can develop workflow task that user can set task priority when submit Smartforms .

 

Thanks .

Hi there,



 



You can set the priority number field when you perform the "action a worklist item" action in the rules designer:



 





You could create a drop down or radio button list that has the relevant number values in there and can pass the value through on submit of the form.



 



Cheers


this step performs after trigger to start the workflow ? 


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


Reply