Signal Class

An EntitySignal.

Describes a signal call to a Durable Entity.

Instantiate an EntitySignal.

Instantiate a signal call to a Durable Entity.

Constructor

Signal(target: EntityId, name: str, input_: str)

Parameters

Name Description
target
Required
<xref:azure.durable_functions.models.entities.EntityId>

The target of signal

name
Required
str

The name of the signal

input
Required
str

The signal's input

input_
Required

Attributes

input

Get the Signal's input.

Returns

Type Description
str

The Signal's input

name

Get the Signal's name.

Returns

Type Description
str

The Signal's name

target

Get the Signal's target entity.

Returns

Type Description

EntityId of the target