Scalable and reliable runtime for durable function executions
Platform that guarantees durable execution of application code
Workflows > Activities > Gateways
Consists of a Temporal Cluster and Worker Processes
Temporal Cluster = supervising software Worker Processes = application code
Temporal Platform |-----------------------------------------------------| | | | |Workerprocess 1| Workerprocess 2| Workerprocess 3| | | | ||---------------------------------------------------|| ||Temporal Cluster || ||---------------------------------------------------|| | | |-----------------------------------------------------|
Event
Events
are created by the Temporal Cluster in response to external occurrences and Commands generated by a Workflow Execution
Event
corresponds to an enum that is defined in the Server APIAll Events are recorded in the Event History
Event History is durably persisted by the Temporal service, enabling seamless recovery of your application state from crashes or failures
A list of all possible Events that could appear in a Workflow Execution Event History is provided in the Event reference