package
0.8.0
Repository: https://github.com/kyodo-tech/orchid.git
Documentation: pkg.go.dev

# README

Child Workflow Example

This example demonstrates how to initiate a child workflow from a parent workflow.

go run examples/childworkflow/childworkflow.go
received: 'parent-start' sending: 'B'
received: 'B' sending: 'child-orchestrator-selector'
received: 'parent-spawning-child' sending: 'hello from child'
result: hello from child

# Functions

No description provided by the author
StartChildWorkflowActivity starts a child workflow.