FunctionInvoker

Invoke a function in the function collection

Input/Output

Number of Connections: Min: 0/Max:Unlimited
InputData TypeDescription
InputNInput for sub-function to be executed

OutputData TypeDescription
OutputNOutput for sub-function to be executed

Property

NameProperty TypeDescription
UserstringSpecifies a user name of the owner of the function collection.
For details of expression of user name, please refer the following topic "How to execute another user's function".
FilePathstringSpecifies the file path of function collections.
Specifies a relative path from the home folder of user specified by User.
FunctionNamestringSpecifies a function name to execute.

Operations

How to execute another user's function

If you want to execute another user's functions, those function have to be set executable by user who wants to execute.
If you set those user name to the "Allow executable user" property, those user can execute that function.

You can specify multiple users with separameter ",". Wildcard "*" also can be used for all users under the some domains.

Example
ValueAllowed users
/user1, /user2only /user1 and /user2
/domain1/*All users who belong to /domain1
/*All users

Wildcard cannot be use for intermidiate domain like "/*/user1". Wildcard cannot be use for part of user name like "/user*".