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
12 replies
Subscribers
6 subscribers
Views
4236 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
How to start a PM in debugging mode? I went through File->Start PM
saileshd
over 9 years ago
How to start a PM in debugging mode?
I went through File->Start PM in Debug Mode->Right clicked on my first highlighted userinput task in debig mode-> clicked open form
Instead of opening a form its gives a screen and a link to open form in a tempo (image of this screen is in attachment) and when I click the tempo link it goes to news and not to the user input form.
OriginalPostID-193040
OriginalPostID-193040
Discussion posts and replies are publicly visible
Parents
0
Jonathan Katora
Appian Employee
over 9 years ago
You wouldn't be able to see the values of the local!variables in the script task directly (you would only see the output of the expression rule). However, one thing I like to do when I want to see what my local variables are doing is plug the expression into a dummy interface (can either create one or open a temporary interface from rules tab in /suite/designer). From there, I output my expression and whatever local variable into x number of text fields (I prefer seeing the data in the instructions parameter). This allows me to easily visualize what the data looks like from each local variable and what relationships they share. You can then feed test date into the local variable to see what you should expect in process.
If you're trying to evaluate multiple different test cases, I would recommend creating these in the expression rule directly (
forum.appian.com/.../Expression_Rules.html
. Running test cases have been around for a little while, but 16.1 build has some really cool features added to help designers with testing.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Jonathan Katora
Appian Employee
over 9 years ago
You wouldn't be able to see the values of the local!variables in the script task directly (you would only see the output of the expression rule). However, one thing I like to do when I want to see what my local variables are doing is plug the expression into a dummy interface (can either create one or open a temporary interface from rules tab in /suite/designer). From there, I output my expression and whatever local variable into x number of text fields (I prefer seeing the data in the instructions parameter). This allows me to easily visualize what the data looks like from each local variable and what relationships they share. You can then feed test date into the local variable to see what you should expect in process.
If you're trying to evaluate multiple different test cases, I would recommend creating these in the expression rule directly (
forum.appian.com/.../Expression_Rules.html
. Running test cases have been around for a little while, but 16.1 build has some really cool features added to help designers with testing.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data