Automation Scripting is a Nuxeo module which provides ability to create and contribute Automation chain/operation in JavaScript.
run
function.
Scripting Editor
The Scripting Editor tab enables you to add JavaScript code using auto-completion.
Autocompletion: For instance, start typing
Create
and select the operationCollection.Create
.The operation function is added to the script.
Disable Helper Comment: The description of the operation is displayed as comments by default. Check the box Disable Helper Comments to stop adding descriptions with operations.
Input and Output types: in order to use Automation scripting into Automation Chains, input and output types of the script can be defined. For Automation Chains scripting injection, please find custom scripts into Scripting category as follow:
Javascript editor validator: to help you debugging and writing JavaScript code, Studio Automation scripting editor displays potential code issues:
Platform functions: Platform function helpers are now available in Automation scripting and can be found under 'Fn' object:
Parameters
The Parameters tab to add custom parameters accessible through the params
field.