UserTaskPriority public enum UserTaskPriority Enum None -1 The user task has no priority VeryLow -2 The user task has a very low priority Low -3 The user task has a low priority Medium -4 The user task has a medium priority High -5 The user task has a high priority VeryHigh -6 The user task has a very high priority Example This example sets the initial task priority to low. UserTask.InitialTaskPriority = UserTask.Priority.Low UserTask Token