interact
functiongworker_client.io.interact
Pause the current invocation and request an interactive debug session. Execution blocks until an operator attaches via `gworker shell` and explicitly resumes. Call inside a task body to inspect state mid-run.
Signature
python
1interact() -> None