API ReferenceCore
Process Started
Core trigger: core:processes:process-started
Process Started
| Trigger ID | core:processes:process-started |
| Plugin | Core |
| Category | Processes |
Variables
Copy variables into handler fields using {variableName} syntax.
{executable}{fullPath}{name}{parentProcessId}{path}{processId}| Name | Type | Description |
|---|---|---|
{executable} | — | Process executable file name. Example: |
{fullPath} | — | Full filesystem path to the process executable. Example: |
{name} | — | Process or collection name from the event. Example: |
{parentProcessId} | — | Parent process ID, when available. Example: |
{path} | — | Directory path of the process executable. Example: |
{processId} | — | Operating-system process ID. Example: |
Conditions
| Condition | Description |
|---|---|
| process Name | Filter on process Name. Configure in the trigger condition editor. |