Get a workflows variable from external javascript

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2014 04:34 PM
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.
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.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2014 12:38 AM
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.
Please refer the link http://wiki.alfresco.com/wiki/Workflow_JavaScript_API.
Hope it may help you.
