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
9 replies
Subscribers
5 subscribers
Views
2674 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Hi Everyone, we are trying to create one custom plugin which will tak
bharathc
over 9 years ago
Hi Everyone,
we are trying to create one custom plugin which will take the process id as input and fetch the process variables names and values of that process as output. but i am getting the below error when we tried. please find the attached code for reference.
Can anyone help me on this?
2015-06-02 18:27:02,381 [Appian Work Item - 325 - ProcessExec01 : UnattendedJavaActivityRequest] ERROR com.incessant.plugin.processvariable1.processvariable - PV names : [Lcom.appiancorp.suiteapi.process.ProcessVariable;@3621659
2015-06-02 18:27:02,382 [Appian Work Item - 325 - ProcessExec01 : UnattendedJavaActivityRequest] ERROR com.incessant.plugin.processvariable1.processvariable - For loop start
2015-06-02 18:27:02,383 [Appian Work Item - 325 - ProcessExec01 : UnattendedJavaActivityRequest] ERROR com.incessant.plugin.processvariable1.processvariable - Process InstanceProcessVariableInstance[runningType=<null>,runningValue=<null>,name=firstvalue,it=1,v=1]
2015-06-...
GetProcessNamesandValues.txt
OriginalPostID-151147
OriginalPostID-151147
Discussion posts and replies are publicly visible
Parents
0
bharathc
over 9 years ago
....DefaultActivityExecutor.execute(DefaultActivityExecutor.java:98)
at com.appiancorp.process.engine.UnattendedJavaActivityRequest.execute(UnattendedJavaActivityRequest.java:83)
at com.appiancorp.process.engine.UnattendedJavaActivityRequest.execute0(UnattendedJavaActivityRequest.java:55)
at com.appiancorp.process.engine.ContinuationRequest.execute(ContinuationRequest.java:80)
at com.appiancorp.mdb.UnattendedRequestHandlerBean.onMessage(UnattendedRequestHandlerBean.java:26)
at sun.reflect.GeneratedMethodAccessor670.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:5...
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
bharathc
over 9 years ago
....DefaultActivityExecutor.execute(DefaultActivityExecutor.java:98)
at com.appiancorp.process.engine.UnattendedJavaActivityRequest.execute(UnattendedJavaActivityRequest.java:83)
at com.appiancorp.process.engine.UnattendedJavaActivityRequest.execute0(UnattendedJavaActivityRequest.java:55)
at com.appiancorp.process.engine.ContinuationRequest.execute(ContinuationRequest.java:80)
at com.appiancorp.mdb.UnattendedRequestHandlerBean.onMessage(UnattendedRequestHandlerBean.java:26)
at sun.reflect.GeneratedMethodAccessor670.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:5...
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data