Skip to main content

WorkflowJSRuntime

Trait WorkflowJSRuntime 

Source
pub trait WorkflowJSRuntime {
    // Required method
    fn start_module(
        &self,
        input: WorkflowModuleInput,
    ) -> Result<Box<dyn WorkflowRuntimeExecution>>;
}
Expand description

Engine-independent JavaScript workflow runtime interface.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§