Skip to main content

4 docs tagged with "asynchronous-activity-completion"

View All Tags

Asynchronous Activity completion - Go SDK

Asynchronous Activity Completion lets the Activity Function return without finishing Activity Execution. Use Task Tokens and Temporal Client to complete the Activity externally.

Asynchronous Activity Completion - Java SDK

Learn how to asynchronously complete an Activity in a Workflow with Temporal. Follow steps to provide identifying information, use Temporal Client, and set the complete() method.

Asynchronous Activity Completion - PHP SDK

Learn how to perform Asynchronous Activity Completion in Temporal, enabling Activities to return without execution completion and facilitating parallel operations in Workflows.