Builder

class Builder

Properties

Link copied to clipboard

The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.

Link copied to clipboard

The default task list specified for this activity type at registration. This default is used if a task list isn't provided when a task is scheduled through the ScheduleActivityTaskDecision. You can override the default registered task list when scheduling a task through the ScheduleActivityTaskDecision.

Link copied to clipboard

The default task priority for tasks of this activity type, specified at registration. If not set, then 0 is used as the default priority. This default can be overridden when scheduling an activity task.

Link copied to clipboard

The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the ScheduleActivityTaskDecision.

Link copied to clipboard

The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this default when scheduling a task through the ScheduleActivityTaskDecision.

Link copied to clipboard

The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTaskDecision.

Functions

Link copied to clipboard