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
7 replies
Subscribers
6 subscribers
Views
3291 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi All, Is there any process model property that will show when the p
mohamedt808
over 9 years ago
Hi All,
Is there any process model property that will show when the process fails due to technical issues. What we are looking at is to trigger another process in case of any failures.
Regards,
Thoufiq.
OriginalPostID-155795
OriginalPostID-155795
Discussion posts and replies are publicly visible
Parents
0
Jennifer Durina
Appian Employee
over 9 years ago
You can check if it's paused by exception using pp.status (in a record) or process_status() (in a portal report). There are four states of the status:active=0, completed=1, paused=2, cancelled=3, paused by exception=4. Paused by exception indicates there is an error.
forum.appian.com/.../Handling_Process_Exceptions.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Jennifer Durina
Appian Employee
over 9 years ago
You can check if it's paused by exception using pp.status (in a record) or process_status() (in a portal report). There are four states of the status:active=0, completed=1, paused=2, cancelled=3, paused by exception=4. Paused by exception indicates there is an error.
forum.appian.com/.../Handling_Process_Exceptions.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data