Invoke a function in the function collection
| Input | Data Type | Description |
|---|---|---|
| InputN | Input for sub-function to be executed |
| Output | Data Type | Description |
|---|---|---|
| OutputN | Output for sub-function to be executed |
| Name | Property Type | Description |
|---|---|---|
| User | string | Specifies 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". |
| FilePath | string | Specifies the file path of function collections. Specifies a relative path from the home folder of user specified by User. |
| FunctionName | string | Specifies a function name to execute. |
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.
| Value | Allowed users |
|---|---|
| /user1, /user2 | only /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*".