v1_workflows

package
v0.77.21 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Child

func Child(client *hatchet.Client) *hatchet.StandaloneTask

func Sticky

func Sticky(client *hatchet.Client) *hatchet.StandaloneTask

> Sticky Child

func StickyDag

func StickyDag(client *hatchet.Client) *hatchet.Workflow

> Sticky DAG

Types

type ChildInput

type ChildInput struct {
	N int `json:"n"`
}

type ChildResult

type ChildResult struct {
	Result string `json:"result"`
}

type StickyDagResult

type StickyDagResult struct {
	StickyTask1 StickyResult `json:"sticky-task-1"`
	StickyTask2 StickyResult `json:"sticky-task-2"`
}

type StickyInput

type StickyInput struct{}

type StickyResult

type StickyResult struct {
	Result string `json:"result"`
}

Jump to

Keyboard shortcuts

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