cancel
Showing results for 
Search instead for 
Did you mean: 

documentation on action list

wps07032
Champ in-the-making
Champ in-the-making
Hello,

Where can I find out the list of all available actions for web scripts usage?  Does it documented in anywhere?  Or do I have to look through source code?

For instance, "start-workflow" is the name of the action used to kick off a workflow like the following syntax:
var workflow = actions.create("start-workflow");

Thanks.
2 REPLIES 2

wps07032
Champ in-the-making
Champ in-the-making
There is a javascript call that can be used to get what repository Actions are available:

actions.registered

But I'm not sure how to invoke this.  Any info will be greatly appreciated.

Thanks.

tbillard
Champ in-the-making
Champ in-the-making
Hi,

You can find lots of docs starting from the Javascript API in the wiki.

http://wiki.alfresco.com/wiki/JavaScript_API

Regards,

Thomas
Knowings