workflow

package
v0.0.0-...-803c9e2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2022 License: Unlicense Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var State_name = map[State]string{
	0: "started",
	1: "completed",
	2: "failed",
}

Functions

func StartWorkflow

func StartWorkflow(ctx workflow.Context, waitingTime time.Duration) error

Types

type State

type State int32
const (
	State_STARTED   State = 0
	State_COMPLETED State = 1
	State_FAILED    State = 2
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL