Temporal Training Session

When

4 February 2026
2:00pm-4:00pm

Where

ANZ Centre Melbourne
833 Collins St, Docklands
Melbourne, VIC 3000

Loading form...

You're invited

Join us for this live in-person training event in the ANZ Centre Melbourne.

Temporal Training (Stream #1 - 101)

Room 14AB (Core C)

This training is intended for those who are starting their journey with Temporal.

Temporal Training (Stream #2 - Advanced Topics)

Room 14CD (closest to Core B)

This training is intended for those who are already familiar with Temporal.

Schedule: Stream #1 - 101

  • These courses introduce the Temporal platform architecture and establish the fundamentals of Temporal application development.
  • You'll encounter several common problems faced by Temporal developers, understand why they occur, and how to identify, solve, and avoid them.
  • You’ll also become familiar with the Temporal Web UI, CLI, SDK, and their relationship to server-side events.

Schedule: Stream #2 - Advanced Topics

  1. RECAP: Core Concepts: Workflow, Activity, Worker (10 minutes)

  • Workflow: Defines the business process logic; durable, stateful, and replayable
  • Activity: Encapsulates external, potentially unreliable business logic (e.g., API calls)
  • Worker: Runs Workflow and Activity code; connects your application to the Temporal service Task Queue
  1. Flow Control: Await, Timer and Signal (20 minutes)

  • Await: Pause Workflow execution then wake up by Signal or Timer
  • Timer: Durable timer on the server side. Updatable by Signals.
  • Signals: Mechanism to send external events/data to running Workflows
  • Use cases: approvals, manual interventions, status checks
  1. Exercise: Adding Flow Control to Workflow (25 minutes)

  • Implement Activities: withdraw, deposit, refund
  • Await for approval
  • Add a Signal for approval
  1. Event History (30 minutes)

  • Introduction to Temporal’s Event History: every Workflow Execution is recorded as a sequence of events
  • How to inspect Event History in the Temporal UI
  • Using Event History for debugging and understanding Workflow progress
  1. Replay & Determinism (30 minutes)

  • Explanation of Workflow replay: how Temporal ensures reliability and state recovery
  • Determinism: why Workflow code must be deterministic
  • Common pitfalls and best practices for writing deterministic Workflows

Note:
These are live in-person training events. Dial in access will not be available. Numbers are limited to 30 attendees.

Code of Conduct: Temporal Training 101 officially adopts the Temporal Code of Conduct. Harassment, bullying, and discrimination are unacceptable here and if you witness or experience those or other harmful behaviors, please let the organizers know.