internal
type ActivityState = "running" | "paused" | "completed" | "failed" | "canceled"