Online documentation, manuals and tutorials
< All Topics
Print

PythonSendMessage

Description

Sends a message from Flow to a running Python script.

Properties

Specific

Handle

EXPRESSION (integer)

The handle obtained during the execution of the PythonRun action is used to determine which script we want to send the message to, since multiple scripts can be executed at the same time.

Message

EXPRESSION (string)

Message to be sent.

Inputs

seqin

SEQ | OPTIONAL

A standard sequence input.

handle

DATA(integer) | MANDATORY

The handle can also be passed through this input. If the handle is obtained in some other way, e.g. from a variable via the Handle property, then this input can be removed in the “Flow – Inputs” section.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence output.

Examples

  • Charts
Page content