Skip to main content
Module

x/gusano/index.ts>Engine#getNextId

A minimal workflows lib for Deno 🦖
Latest
method Engine.prototype.getNextId
import { Engine } from "https://deno.land/x/gusano@1.0.0/index.ts";

Get next block.

If the next block was defined as a function in the route object, the function is executed with the params of the last runned block.

Parameters

result: any

Returns

Promise<string>