obelisk 0.37.2

Deterministic workflow engine
1
2
3
export default function add_workflow(a, b) {
    return String(a + b);
}