Page MenuHomePhabricator

Callbacks: Determine the syntax for calling a function from evaluated code
Closed, ResolvedPublic

Description

Description

When a user authors an evaluated (code) implementation, what syntax should they use for indicating a callback to the orchestrator? This should be specified both for JavaScript implementations and for python implementations.


Completion checklist

Event Timeline

DMartin-WMF changed the task status from Open to In Progress.Jan 22 2026, 4:50 AM
DMartin-WMF claimed this task.
DMartin-WMF triaged this task as Medium priority.
DMartin-WMF renamed this task from Reentrancy: Determine the syntax for calling a function from evaluated code to Callbacks: Determine the syntax for calling a function from evaluated code.Jan 27 2026, 12:04 AM
DMartin-WMF updated the task description. (Show Details)

We settled on this:
Wikifunctions.Call( <Function ZID>, arg1, arg2, ... )