cancel
Showing results for 
Search instead for 
Did you mean: 

Get a workflows variable from external javascript

tomoconnell
Champ in-the-making
Champ in-the-making
I need to be able to read a workflow variable from outside the workflow using javascript.

I assume this is possible but I am just a little lost.

I'm thinking that with the instance id of the workflow I should be able to read any workflow variable I want?

Cheers.
1 REPLY 1

yogeshpj
Star Contributor
Star Contributor
Using getProperties() method you can get workflow varialbes values in  JavaScript.
Please refer the link http://wiki.alfresco.com/wiki/Workflow_JavaScript_API.
Hope it may help you.