Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
6 subscribers
Views
2110 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi How to set deadline to a task that is going to be created?I need to set the d
RajHasti
over 9 years ago
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
0
sikhivahans
over 9 years ago
@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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sikhivahans
over 9 years ago
@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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data