Hi How to set deadline to a task that is going to be created?I need to set the d

Hi How to set deadline to a task that is going to be created?I need to set the deadline based on the priority that is calculated in the process-model?

OriginalPostID-210137

OriginalPostID-210137

  Discussion posts and replies are publicly visible

Parents
  • @rajasekharh Would you please be able to let us know the place where the priority calculation will be done? If it is going to be in the same task(which you want to set deadline) and if you want to set the deadline of the same task based on the value in the priority, you may do as follows:
    1. Create a utility process model that sets the task deadline upon accepting the task id and the priority(There is a smart service available under cloud approved shared component namely Task Management and this helps you to set the deadline based on task id)
    2. Trigger the process created above by using fn!startprocesswrite(available as cloud approved plugin by name Start Process Writer)and the saveInto of the Priority field is the right place for doing so.

    If you are already aware of the priority value prior to creating a task, then calculate the deadline as well, and then this should be straight forward and 'Others' tab in the User Input Task holds the deadline setting.
Reply
  • @rajasekharh Would you please be able to let us know the place where the priority calculation will be done? If it is going to be in the same task(which you want to set deadline) and if you want to set the deadline of the same task based on the value in the priority, you may do as follows:
    1. Create a utility process model that sets the task deadline upon accepting the task id and the priority(There is a smart service available under cloud approved shared component namely Task Management and this helps you to set the deadline based on task id)
    2. Trigger the process created above by using fn!startprocesswrite(available as cloud approved plugin by name Start Process Writer)and the saveInto of the Priority field is the right place for doing so.

    If you are already aware of the priority value prior to creating a task, then calculate the deadline as well, and then this should be straight forward and 'Others' tab in the User Input Task holds the deadline setting.
Children
No Data