Skip to content

Sub-orchestration support #5

Description

@cgillum

Requirement

Orchestrations should be able to create sub-orchestrations, as described here. The Retry and error handling should work the same as the APIs for invoking activities.

One or more integration tests should also be written to exercise the sub-orchestration codepath.

Implementation notes

In addition to adding new public methods on the TaskOrchestrationContext interface, these lines of code need to be uncommented and fully implemented in order to handle history events associated with sub-orchestrations.

When writing the integration test, this .NET Isolated sub-orchestration test can be used as a reference.

Metadata

Metadata

Assignees

Labels

feature-parityThis feature is needed for parity with other language SDKs

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions