UI based workflow generation #527
Replies: 4 comments 5 replies
-
@sibabrata-getfareye Not yet, but that's a WIP my company's working on. Won't make it to release any time soon, though, as we have conflicting priorities on both the spec and the runtime. |
Beta Was this translation helpful? Give feedback.
-
Currently we provide diagram generation that creates a static SVG/PNG from your workflow def, as you can see here: https://serverlessworkflow.io/editor . Both our Java and TypeScript SDKs have this currently. As Charles mentioned, there are also some more things under way that might be coming in the future that will enhance that experience. |
Beta Was this translation helpful? Give feedback.
-
@sibabrata-getfareye let us know if you would like to help us with our Temporal integration efforts, and I can add you to the repo. It's private atm as the work is still in early stages but we should have something for public hopefully soon. |
Beta Was this translation helpful? Give feedback.
-
@sibabrata-getfareye Also just to add: Serverless Workflow us much closer aligned with Temporal runtime than BPM. This is IMO a very important thing to mention especially in your case. Here are some points why: Serverless Workflow DSL:
I say all this because I have as a side-project also looked into implementing BPM ontop of Temporal, and in my experience using SW will cut your integration time in more than half in my opinion without really any loss in functionality/ability. |
Beta Was this translation helpful? Give feedback.
-
Hello, Currently I have been exploring Temporal as workflow engine to run our BPM workflow. Since Temporal doesn't provide any DSL/UI for defining any workflow, I am exploring the same and came to know about serverlessworkflow effort. I have few clarifications -
Whether the current specification supports all temporal constructs like async task execution, Long running task, Workflow signal and querying etc.
Does serverlessworkflow provide any UI tool to create BPM workflow by drag/drop and automatic json/yml generation from the UI based flow?
Beta Was this translation helpful? Give feedback.
All reactions