Context:
I have a webpage with an applet in the Share side
. The webpage can be seen through the link
localhost:8080/share/page/hdp/ws/my-page?file=nodeRefOfFile
Problem:
I define a custom workflow
. I want integrate this applet in the workflow
for the user accept the task.
I define a Java class in repository side that is called in workflow.
How can I call the webpage
(Share side
) in JAVA class that I use in the workflow
. In JAVA class I have a nodeRef of the file of the workflow, but I don't know too how can I refresh file on javascript and gives the nodeRef to JAVA. My problem is communicate JAVA (repository) with javascript (share).
I have to make a webscript repository with the page? Any suggestion?