show / hide menu

Sub Activity – Invoke

This includes activities for executing other processes or sequences within an automation project.

The Invoke category has the following sub activities:

Invoke Agent Process: Invokes the specified process from the agent.

Input Properties:

  • Process Name: Name of the process to be invoked.
  • Arguments: A list of parameters that are passed to the invoked workflow at runtime.

Invoke Process: This activity can be used to execute a process within another sequence.

Input Properties:

  • Process: Name of the specified process that is to be executed.
  • Parameters: A list of parameters that are passed to the invoked process at runtime.

Invoke Sequence: This activity can be used to execute a sequence within another sequence.

Input Properties:

  • Sequence: The name of the sequence in the specified process to be executed.
  • Variables: A list of parameters that are passed to the invoked workflow at runtime.