pub fn init_workflow(
workflow: &JsValue,
modules: &JsValue,
) -> Result<(), JsValue>Expand description
Initializes the workflow framework by registering the supplied workflow and
modules objects under the $workflow$ JavaScript global and enabling log colors.