Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BXMSDOC-8484 Update managing and monitoring business processes doc as per BAPL-2244 #398

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ include::{enterprise-dir}/admin-and-config/creating-custom-task-filters-proc.ado
include::{enterprise-dir}/admin-and-config/tasks-default-filters-proc.adoc[leveloffset=+2]
include::{enterprise-dir}/admin-and-config/viewing-task-variables-basic-filters-in-bc-proc.adoc[leveloffset=+2]
include::{enterprise-dir}/admin-and-config/viewing-task-variables-advanced-filters-in-bc-proc.adoc[leveloffset=+2]
include::{enterprise-dir}/admin-and-config/using-MVEL-to-set-task-priority.adoc[leveloffset=+2]
include::{jbpm-dir}/BPMN2/manage-service-tasks-proc.adoc[leveloffset=+2]
include::{jbpm-dir}/BPMN2/user-task-admin-con.adoc[leveloffset=+2]
include::{enterprise-dir}/admin-and-config/managing-business-processes-bulk-actions-on-tasks-con.adoc[leveloffset=+2]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[id='using-MVEL-to-set-task-priority_{context}']
= Using an MVEL expression to set the priority of a task in {CENTRAL}

If your role has permission to set the priority of a task, you can use an MVEL expression to set the priority of a task from the *Task Inbox* page in {CENTRAL}.

.Prerequisites
* You have created a project in {CENTRAL}.

.Procedure
. In {CENTRAL}, go to *Menu* -> *Track* -> *Task Inbox*.
. On the *Task Inbox* page, click the task to open it.
. On the task page, click the *Details* tab.
. In the *Task Priority* field, enter an MVEL expression.
. Click *Update*.