Skip to main content

Module activities

Module activities 

Source
Expand description

Activity scheduling and lookup endpoints.

These endpoints are the public face of Engine::schedule_activity and Engine::get_activity — workflows (running on a worker) call POST to schedule the next activity, and the worker polls GET while waiting for the result. Idempotency on (workflow_id, seq) makes it safe to retry.

Structs§

ScheduleActivityRequest

Functions§

get_activity
router
schedule_activity