package temporal.api.activity.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ActivityExecutionInfo

message.proto:69

Information about a standalone activity.

Used in: workflowservice.v1.DescribeActivityExecutionResponse

message ActivityExecutionListInfo

message.proto:189

Limited activity information returned in the list response. When adding fields here, ensure that it is also present in ActivityExecutionInfo (note that it may already be present in ActivityExecutionInfo but not at the top-level).

Used in: workflowservice.v1.ListActivityExecutionsResponse

message ActivityExecutionOutcome

message.proto:25

The outcome of a completed activity execution: either a successful result or a failure.

Used in: workflowservice.v1.DescribeActivityExecutionResponse, workflowservice.v1.PollActivityExecutionResponse

message ActivityOptions

message.proto:34

Used in: batch.v1.BatchOperationUpdateActivityOptions, workflow.v1.PendingActivityInfo, workflowservice.v1.UpdateActivityExecutionOptionsRequest, workflowservice.v1.UpdateActivityExecutionOptionsResponse, workflowservice.v1.UpdateActivityOptionsRequest, workflowservice.v1.UpdateActivityOptionsResponse

message CallbackInfo

message.proto:220

CallbackInfo contains the state of an attached activity callback.

Used in: workflowservice.v1.DescribeActivityExecutionResponse

message CallbackInfo.ActivityClosed

message.proto:222

Trigger for when the activity is closed.

Used in: Trigger

(message has no fields)

message CallbackInfo.Trigger

message.proto:224

Used in: CallbackInfo