Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Invoke ¶
func Invoke( ctx context.Context, request *historyservice.RecordChildExecutionCompletedRequest, shardContext shard.Context, workflowConsistencyChecker api.WorkflowConsistencyChecker, ) (resp *historyservice.RecordChildExecutionCompletedResponse, retError error)
This API records the child completion event in the parent's history. It does the following. - Rejects the request if the parent was closed for any reason other than reset. - If the parent was closed due to reset, it forwards the request to the new parent following the resetRunID link. - It ensures that the child sending the completion request was initialized by this parent before accepting the request.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.