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
1 reply
Subscribers
8 subscribers
Views
1012 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hello, Requirement is to create a Servlet Plugin , that fetches the process
ishaqtasleemm
A Score Level 1
over 10 years ago
Hello,
Requirement is to create a Servlet Plugin , that fetches the process instance key & value pair for a process model id. Here one of the process instance is "CDT" . I need to expand CDT process instance with key & value pair of CDT in the code. Sample piece of code which tried but not aware how to get key & values of the CDT ...
ProcessVariableInstance[] instances = processExecutionService
.getProcessVariables(processDetails.getId());
if (instances[j].getName().equalsIgnoreCase("test_cdt")) {
TypedValue tv = (TypedValue) processExecutionService
.getProcessVariable(processDetails.getId(),
instances[j].getName());
Please help ..how to achieve that ?
...
OriginalPostID-135656
OriginalPostID-135656
Discussion posts and replies are publicly visible
0
Mahesh Sanga
over 10 years ago
have a look at the java library:
forum.appian.com/.../summary
Also, you might want to look at the source code of "Set CDT Properties" smart service.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel