Skip to main content

13 docs tagged with "reference"

View All Tags

Glossary

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

Temporal Commands reference

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

Temporal Events reference

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

Temporal Server options reference

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.