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");