LittleLittleCloud / StepWise

A code-first workflow engine build with typescript and C#
https://littlelittlecloud.github.io/StepWise/
MIT License
83 stars 3 forks source link

[RoadMap] Agentify stepwise workflow #82

Open LittleLittleCloud opened 1 month ago

LittleLittleCloud commented 1 month ago

Agentify, in this context means to make a stepwise workflow back by an agent. And that agent will work as middle man to operate the workflow on behalf of the human.

minhhut commented 1 month ago

Does this one include ability to access running/existing workflow by ID? Currently, if I refresh the UI page, it starts a new workflow while I want to continue with the previous running workflow.

I find the project very interesting by its minimalist design and concept! Looking forward to the next release :+1:

LittleLittleCloud commented 1 month ago

@minhhut

I find the project very interesting by its minimalist design and concept! Looking forward to the next release 👍

Thanks for the feedback

Does this one include ability to access running/existing workflow by ID? Currently, if I refresh the UI page, it starts a new workflow while I want to continue with the previous running workflow.

The reload and continue from previous checkpoint is not the topic for this thread, but that's something really useful and is on stepwise's radar (at least on my radar) to implement for next release