Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Yes..you can change "workActivity" with"theActivity"
Thanks,
Shreyas
Hello,
I am still having trouble getting this to work.No matter what I try, I cannot get rid of the following error in the synchronize robot. Anyone have any ideas?
Target variable was not initialized workActivity
(wt.workflow.robots.robotsResource/7) wt.workflow.WfException: Target variable was not initialized workActivity
at wt.workflow.robots.WfSynchRobot.subscribeToObjectEvent(WfSynchRobot.java:876)
at wt.workflow.robots.WfSynchRobot.run(WfSynchRobot.java:212)
at wt.workflow.engine.StandardWfEngineService.runRobot(StandardWfEngineService.java:918)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at wt.queue.QueueEntry.execute(QueueEntry.java:232)
at wt.queue.QueueRunnable.run(QueueRunnable.java:186)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)