Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Luma supports a variety of Automation Workflow. In this article, you will learn how to configure an Automation Workflow related to Powershell Service Configuration as an example. 

...

Click on  Automation icon and navigate to Automation →  Service Configurations tab.

Following is the list of service configurations:
Image Modified

For any 'Ldap enable User' Workflow, you need to update the following Service Configurations.

  1. Powershell Configuration- The configuration is used to execute the PowerShell script to enable a user in LDAP. To use Powershell, the following configurations are required: 

    config.powershell.passwordRefers to the machine or environment password where you can execute PowerShell or winrm service is running.
    config.powershell.domainRefers to the machine or environment windows domain name where you can execute PowerShell or winrm service is running.
    config.powershell.usernameRefers to the machine or environment username where you can execute PowerShell or winrm service is running.
    config.powershell.addressRefers to the machine or environment address where you can execute PowerShell or winrm service is running.


  2. Luma 1.x Configurations- To use the workflow service in Luma Virtual Agent. To use Luma 2.x, the following configurations are required: 

    config.luma1x.urlThis is the URL to the Luma 1.x environment you want to connect to.
    config.luma1x.luma.api.access.keyRefers to the API access key created in Luma to allow a third-party system to connect to your tenant.


...