CallActivityAction Class

Defines the structure of the Call Activity object.

Provides the information needed by the durable extension to be able to schedule the activity.

Inheritance
CallActivityAction

Constructor

CallActivityAction(function_name: str, input_=None)

Parameters

Name Description
function_name
Required
input_
default value: None

Methods

to_json

Convert object into a json dictionary.

to_json

Convert object into a json dictionary.

to_json() -> Dict[str, int | str]

Returns

Type Description

The instance of the class converted into a json dictionary

Attributes

action_type

Get the type of action this class represents.