Get Licence #
The Get Licence component allows the user to retrieve and validate their license for the software. It facilitates user authentication by inputting an email and license key, and provides feedback about the license status.
- Component Name: Get Licence
- Description: Validates the user’s license by inputting the owner’s email and the license key.
- Category: Flow > Licence

Inputs: #
- e-mail (e-mail): The email address associated with the license owner. (Type:
String) - Licence Key (Key): The license key provided to the user upon purchasing the software. (Type:
String)
Outputs: #
- Info (I): Information about the license, such as its validation status, expiration date, or errors in the authentication process. (Type:
String)
Custom UI:
This component includes a Login button for user interaction. When clicked, the component will validate the inputted license details and provide feedback.
Lock Licence #
The Lock Licence component locks the user’s Flow license to a specific machine. This component ensures that the license can only be used on the machine it is locked to, preventing unauthorized usage on other devices.
- Component Name: Lock Licence
- Description: Locks the Flow License to the current machine, using the license owner’s email and license key for verification.
- Category: Flow > Licence

Inputs: #
- e-mail (e-mail): The email address associated with the license owner. (Type:
String) - Licence Key (Key): The license key provided to the user upon purchasing the software. (Type:
String)
Outputs: #
- Info (I): Information about the license and the result of the lock process, such as whether the lock was successful, or if there were any issues with the license validation. (Type:
String)
Custom UI:
This component includes a Lock button for user interaction. When clicked, the component locks the license to the machine and outputs relevant information about the process.