workflows

package
v0.0.0-...-76d5830 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExampleChildWorkflow

func ExampleChildWorkflow(ctx workflow.Context, data string) (string, error)

ExampleChildWorkflow is a Workflow Definition

func ExampleParentWorkflow

func ExampleParentWorkflow(ctx workflow.Context) (string, error)

ExampleParentWorkflow is a Workflow Definition

This Workflow Definition demonstrates how to start a Child Workflow Execution from a Parent Workflow Execution.

Each Child Workflow Execution starts a new Run. The Parent Workflow Execution is notified only after the completion of last Run of the Child Workflow Execution.

Types

This section is empty.

Jump to

Keyboard shortcuts

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