Workflow enables the Workflow Engine to be activated as a separate serviceby using the WF feature within an application on your device. Workflow settings in the Kuika Configuration Manager module allow you to configure your application's workflows.
How to Set Workflow Settings?
1. Add Configuration to Application
Log in to the Kuika platform.
Select the project you will work on from the Apps screen.
Click on the Configuration Manager module.
On the screen that opens, give the configuration a name and click CREATE.
2. Configure Workflow Settings
After creating a new configuration, open the App Settings screen.
Go to the Workflow Setting section.
Click the Default drop-down menu next to the Configuration heading.
Select ADD NEW from the drop-down menu.
In the pop-up window that opens, configure the following settings:
DB Connection String : The database connection string of the app.
Engine Base URL: The base URL used to access your app's API.
Mail Provider: The provider used for sending or receiving email from within the app. There are two main options: SMTP and AWS.
SMTP(Simple Mail Transfer Protocol): A widely used protocol for sending emails. With SMTP settings, configure the information needed to send emails.
Name: The name of the SMTP provider (for example, Gmail, Outlook, etc.).
Server Address: The address of the email server (for example, smtp.gmail.com).
Server Port: The port number used by the email server (usually 465, 587, etc.).
SMTP User Name: The username of the account that will send the e-mail (for example, username@gmail.com).
E-mail Address: The sender's e-mail address.
E-mail Password: The password for the e-mail account.
Is SSL Enabled: An option indicating whether SSL (Secure Sockets Layer) encryption is enabled. It is generally recommended to use SSL for email security.
AWS (Amazon Web Services): AWS is a provider of cloud-based email services. You can send email from your app using AWS's email sending service.
Name: The name of the AWS service.
Access Key ID: The ID of the key used to access the AWS service.
Server Access Key: The password for the access key used to connect to the AWS service.
Default From Email: The default sender address of emails to be sent through AWS.
Region: refers to the region that specifies the location of the AWS service (for example, us-east-2).
3. Test Settings
Click on the three dots next to the Preview button at the top of the application.
Click the RUN button from the menu that opens.
When the process is complete, the application will be displayed in a new browser tab.
After adjusting the Workflow settings, the platform will automatically complete the integration.
By following these steps, you can easily configure Workflow settings on the Kuika platform and enable your application's workflows.