Skip to main content
Nintex Community Menu Bar
Solved

Set task priority when submit Smartforms

  • September 15, 2022
  • 3 replies
  • 57 views

Akhanjer
Forum|alt.badge.img+5

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

3 replies

Forum|alt.badge.img+9
  • Rookie
  • September 15, 2022

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


Akhanjer
Forum|alt.badge.img+5
  • Author
  • Rookie
  • September 15, 2022

this step performs after trigger to start the workflow ? 


Forum|alt.badge.img+9
  • Rookie
  • Answer
  • September 15, 2022

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