class documentation

class ActivityConfig(TypedDict): (source)

View In Hierarchy

TypedDict of config that can be used for start_activity and execute_activity.

Class Variable activity_id Undocumented
Class Variable cancellation_type Undocumented
Class Variable heartbeat_timeout Undocumented
Class Variable retry_policy Undocumented
Class Variable schedule_to_close_timeout Undocumented
Class Variable schedule_to_start_timeout Undocumented
Class Variable start_to_close_timeout Undocumented
Class Variable task_queue Undocumented
Class Variable versioning_intent Undocumented
activity_id: Optional[str] = (source)

Undocumented

Undocumented

heartbeat_timeout: Optional[timedelta] = (source)

Undocumented

schedule_to_close_timeout: Optional[timedelta] = (source)

Undocumented

schedule_to_start_timeout: Optional[timedelta] = (source)

Undocumented

start_to_close_timeout: Optional[timedelta] = (source)

Undocumented

Undocumented

Undocumented