You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allows me to specify a workflow in Javascript (with a helper API and multiline strings)
Maybe even lets me point to a workflow.json file, including file paths
(maybe we could use CLI compile to "import" a workflow .json)
Posts the workflow up to the worker directly
We can add dev options to the worker to make this easier. For example we may want to allow the worker to support native workflow.json format (rather than lighting's format)
What about log output? Will the worker freak out if lightning isn't attached? Maybe the tool needs to pretend to be lightning (or even start up the lightning mock), take events from the worker, and console.log them to shell or disk. That would be neat actually
I should be able to do like pnpm run path/to/workflow.{js|json} and it'll just magically do it for me
The text was updated successfully, but these errors were encountered:
This issue is incomplete: but if you're looking for something to do in our repo, this is a great little issue to pick up! Please tag me if you're interested and I'll provide more details.
I would like a tool in
ws-worker
which:We can add dev options to the worker to make this easier. For example we may want to allow the worker to support native workflow.json format (rather than lighting's format)
What about log output? Will the worker freak out if lightning isn't attached? Maybe the tool needs to pretend to be lightning (or even start up the lightning mock), take events from the worker, and console.log them to shell or disk. That would be neat actually
I should be able to do like
pnpm run path/to/workflow.{js|json}
and it'll just magically do it for meThe text was updated successfully, but these errors were encountered: