Workflow Variable Definitions
Start Event variables
| Name | Type | Definition |
|---|---|---|
| File full path | string | Full path of the file that triggered the workflow event |
| File parent path | string | Parent path of the file that triggered the workflow event |
| File extension | string | Extension of the file that triggered the workflow event |
| File size | integer | Size of the file that triggered the workflow event |
| File owner username | string | Username of the user owning the file that triggered the workflow event |
| File owner email | Email of the user owning the file that triggered the workflow event | |
| User username | string | Username of the user who created the workflow |
| User email | Email of the user who created the workflow | |
| User type | string | User type of the user who created the workflow |
| User last login date time | datetime | Last login date of the user who created the workflow |
| User total storage used | integer | Total storage used by the user who created the workflow |
| Started by user username | string | Username of the user who performed the action that triggered the workflow |
| Started by user email | Email of the user who performed the action that triggered the workflow | |
| Started by user type | string | User type of the user who performed the action that triggered the workflow |
| Started by user last login | datetime | Last login date of the user who performed the action that triggered the workflow |
| Started by user total storage | integer | Total storage used by the user who performed the action that triggered the workflow |
Context variables
| Name | Type | Definition |
|---|---|---|
| New random id | string | Randomly generated number |
| Current date | datetime | The system's current date |
| Current date and time | datetime | The system's current date and time |
| Workflow name | string | The workflow name |
| Last id generated | string | The last randomly generated number |