Runtime Config
interface RuntimeConfig
Content copied to clipboard
A specification of the Workflow Runtime.
Types
Frame Timeout
Link copied to clipboard
This version of the runtime will process as many actions as possible after one is received until frameTimeoutMs has passed, at which point it will render().
Render Per Action
Link copied to clipboard
This is the baseline runtime which will process one action at a time, calling render() after each one.