show / hide menu

Sub Activity – Invoke

The Invoke activity has the following sub activities:

  1. Invoke Agent Process: Invokes the specified process from the agent.
  2. Invoke Process: This activity invokes a specified Process.
  3. Invoke Sequence: This activity invokes the specified sequence belonging to a process.

Activity NameCommonInput
Invoke Agent ProcessLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name. 

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
ProcessName – Name of the process to be invoked. 

Arguments – A list of parameters that are passed to the invoked workflow at runtime
Invoke ProcessLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs. 

Private – If selected, the log will not be shown in BOT Manager.
Process – Name of the specified process that is to be executed.

Parameters – Parameters used to invoke the process during runtime.
Invoke SequenceLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
Sequence – Sequence name of the specified process that is to be executed.

Variables – A list of parameters that are passed to the invoked workflow at runtime.