Skip to main content

10 docs tagged with "reference"

View All Tags

Commands reference

A Command is a requested action issued by a Worker to the Temporal Cluster after a Workflow Task Execution completes.

Events reference

Events are created by the Temporal Cluster in response to external occurrences and Commands generated by a Workflow Execution.

Glossary

The following terms have specific definitions within the context of the Temporal Platform.

SDK metrics

The Temporal SDKs emit metrics from Temporal Client usage and Worker Processes.

Temporal Server options

You can run the Temporal Server as a Go application by including the server package `go.temporal.io/server/temporal` and using it to create and start a Temporal Server.