System(Power Automate Desktop Action)
This is a function related to the operating system.
Name | Importance | Description |
---|---|---|
If process | Low | Conditional branching by process name and status. |
Wait for process | Middle | An action that waits until the specified process is in a started or stopped state. This is useful when you want to wait for a process to complete a state change, such as "Run application". |
Run application | High | Specify application (executable file path). |
Terminate process | Low | The action is to terminate the specified application, However, it is recommended to use the application's functionality to terminate the application whenever possible. |
Ping | Low | Verify that the remote computer is accessible. |
Set Windows environment variable | Low | Create a new environment variable or change its contents. |
Get Windows environment variable | Low | Obtains the value of an environment variable. |
Delete Windows environment variable | Low | Delete environment variables. |