Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
+1
person also asked this
people also asked this
Replies
8 replies
Answers
1 answer
Subscribers
10 subscribers
Views
5888 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
task_status() values
erickp
over 8 years ago
I can't seem to find what the different task statuses mean in the appian documentation. For example, what does the number 4 mean? I know as a matter of fact that 7 means cancelled but can't seem to find the other ones.
OriginalPostID-244855
Discussion posts and replies are publicly visible
Top Replies
Chris
over 8 years ago
+1
suggested
I'm not familiar with task_status() 14 either. You might have success formatting a portal report with a column defined as type "Task Status", definition: =task_status(). This should format the result into…
0
rodgraham
Certified Lead Developer
over 8 years ago
forum.appian.com/.../Task_Report_Tutorial.html
it in this link if you search for status
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rodgraham
Certified Lead Developer
over 8 years ago
Look for format status column list if text and values
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
erickp
over 8 years ago
I see it but I have seeing task status = 14 but I don't see it on the list mentioned on that link. Why is that? What does 14 mean?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
+1
Chris
over 8 years ago
I'm not familiar with task_status() 14 either. You might have success formatting a portal report with a column defined as type "Task Status", definition: =task_status(). This should format the result into text format of the status. Otherwise for reference:
task_status() will be defined as below, note this data starts with index 0:
Assigned=0
Accepted=1
Completed=2
Not Started=3
Cancelled=4
Paused=5
Unattended=6
Aborted=7
Cancelled By Exception=8
Submitted=9
Running=10
Error=11
For process_status(), these should be your 4 different types:
active=0
completed=1
paused=2
cancelled=3
paused by exception=4
Cancel
Vote Up
+1
Vote Down
Sign in to reply
Verify Answer
Reject Answer
Cancel
0
rodgraham
Certified Lead Developer
over 8 years ago
That link would suggest you put Other for 14 but that's not very beneficial.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Chris
over 8 years ago
*5 statuses for process_status(), index 0-4.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Rama Thummala
Certified Lead Developer
over 8 years ago
@erickp
Please check below event.
forum.appian.com/.../e-244538
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Josh
Certified Lead Developer
over 8 years ago
14 means the task was skipped. For example, if a task had a timer exception flow, the status would be set to 14/skipped if the timer fires/exception flow is triggered.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel