Adding readme for workflows
This commit is contained in:
parent
3066378a62
commit
405984a6cc
|
|
@ -15,10 +15,10 @@ package temporal_test
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/dapr/components-contrib/workflows"
|
||||
"strconv"
|
||||
"testing"
|
||||
"time"
|
||||
// "github.com/dapr/components-contrib/workflows"
|
||||
)
|
||||
|
||||
func TestTemporal(t *testing.T) {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# Workflows
|
||||
|
||||
A workflow is custom application logic that consists of a set of tasks and or state transitions.
|
||||
|
||||
## Implementing a new Workflow
|
||||
|
||||
A compliant workflow needs to implement the `Workflow` inteface included in the [`workflow.go`](workflow.go) file.
|
||||
Loading…
Reference in New Issue