Hi,
Can anyone help me to pass the workflow variable values into Java Node in workflow.
Regards,
Hemanth
Hi,
Can anyone help me to pass the workflow variable values into Java Node in workflow.
Regards,
Hemanth
See if this helps - How can we send workflow variables to a Java Node?
You can also find an example to a workflow with java node. It's an approval workflow: Sample - Java Node
If you want to see the code, look for JavaNodeExample.java on your server
Thanks Boris.
I am trying to query the result from the oracle DB(by adding a connection string, it's not VIA database) and getting a sqlexception. Do I need to create a JAR file and keep the odbc driver in it or it will work just by keeping the class file ?
Hi Boris Lekumovich,
Any pointer how to remove the compilation error while opening the java file in any IDE ? We are missing the jar files. Where can I get them ?
Please correct me if my approach is correct ->
1. Develop the class file in any IDE
2. Make the jar file from that IDE
3. Place in Plugin/JavaNode/lib
4. Call the method of the class file from worklfow java node
I's stuck in 1st step only. Any pointer where to get the jar files required to remove the compilation error in java build path ? I'm trying to compile the class file JavaNodeExample.java only.
Thanks !!
See if this helps - How can we send workflow variables to a Java Node?
You can also find an example to a workflow with java node. It's an approval workflow: Sample - Java Node
If you want to see the code, look for JavaNodeExample.java on your server