mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 17:06:23 +02:00
set up basic workflow execution
This commit is contained in:
parent
7758139893
commit
c004bc5eb6
24 changed files with 794 additions and 298 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { GetDate } from "../functions/get_date.js";
|
||||
import { Node } from "../nodes/node.js";
|
||||
import { Step } from "../lib/step.js";
|
||||
|
||||
export const FunctionsRegistry: Record<string, Node> = {
|
||||
export const FunctionsRegistry: Record<string, Step> = {
|
||||
get_date: new GetDate(),
|
||||
} as const;
|
||||
Loading…
Add table
Add a link
Reference in a new issue