Skip to content

Exec action should expose the created process id #178

@end2endzone

Description

@end2endzone

Is your feature request related to a problem? Please describe.
The <exec> action should expose the created process id. The process id is printed in the logs but it is not exposed as a property. Exposing the process id allow users to create menus that start and stop processes.

Describe the solution you'd like
A pid attribute which specifies the name of the property to set to the created process id.

<exec path="C:\Windows\System32\calc.exe" pid="calc.process.id" />

Describe alternatives you've considered
N/A

Additional context
N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions