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

Execute Step

Embedded Object Grooper.Activities

Defines a step to be executed by the execute command.

Remarks

An Execute Step represents a single action within an Execute activity's workflow. Each step can be either a Command (such as a document or file operation) or a Code Activity (for custom logic).

  • Steps are executed in the order they appear in the 'Steps' collection of the Execute activity.
  • Each step defines the type of object it applies to, the specific command or activity to run, and any relevant configuration.
  • If a step does not apply to the current object (for example, a mail-specific command on a folder without a mail attachment), it is skipped automatically.

Use Execute Step as a base class for defining custom actions that can be included in an Execute activity sequence.

Derived Types

There are 2 implementations of Execute Step.

Execute Activity Executes a Code Activity as part of an Execute activity workflow.
Execute Command Executes a Command as part of an Execute activity workflow.

Used By

Notification