Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Launch Process

Code Activity Grooper.Activities

Launches an external process, and optionally waits for that process to terminate.

Remarks

The Launch Process activity allows Grooper to execute an external application, script, or file as part of a batch process. This can be used to integrate with third-party tools, run custom scripts, or open files and URLs during workflow execution.

How It Works

  • The 'Application Path' property specifies the command or file to execute. This can be an executable, batch file, document, folder, or URL.
  • The process is launched using the Windows shell, so any command that works in the Windows 'Run' dialog is supported.
  • If 'Should Wait' is enabled, Grooper will wait for the process to exit, up to the specified 'Wait Timeout' (in milliseconds).
  • If 'Should Wait' is disabled, Grooper will launch the process and immediately continue processing.

Configuration Guidance

  • Use this activity to call external utilities, perform custom automation, or open files as part of a batch workflow.
  • Set 'Should Wait' to true for command-line tools or scripts that must complete before Grooper continues.
  • Set 'Should Wait' to false for interactive applications or files that require user input.
  • Adjust 'Wait Timeout' to control how long Grooper will wait for the process to finish.

> Tip: You can use this activity to open documents, launch scripts, or trigger integrations with other systems.

For more information, see the documentation for Code Activity and Batch Process Step.

Properties

NameTypeDescription
General
Processing Options

Used By

Notification