WIP example step

This commit is contained in:
Achim Rohn
2026-03-21 19:05:32 +00:00
parent 413dbb72cf
commit 9a42091530
+23
View File
@@ -0,0 +1,23 @@
package example
import (
"git.gorlug.de/code/ersteller/schema/ent"
. "git.gorlug.de/code/ersteller/workflow"
)
func CreateExampleWorkflow(client *ent.Client) {
step := NewStep(&StepParams{
Name: "Initial step",
Identifier: "initial_step",
Description: "Initial step",
Client: client,
MaxRetries: 3,
Handler: ,
})
//w := NewWorkflow("Example", "example")
}
//type name struct {
//
//}