module documentation
Undocumented
| Class | |
Information about the running Nexus operation. |
| Class | |
Logger adapter that adds Nexus operation context information. |
| Class | |
Nexus callback to attach to events such as workflow completion. |
| Class | |
Context received by a workflow run operation. |
| Function | client |
Get the Temporal client used by the worker handling the current Nexus operation. |
| Function | in |
Whether the current code is inside a Nexus operation. |
| Function | info |
Get the current Nexus operation information. |
| Variable | logger |
Logger that emits additional data describing the current Nexus operation. |
| Class | _ |
Context for a Nexus cancel operation being handled by a Temporal Nexus Worker. |
| Class | _ |
Context for a Nexus start operation being handled by a Temporal Nexus Worker. |
| Function | _in |
Undocumented |
| Function | _nexus |
Undocumented |
| Function | _temporal |
Undocumented |
| Function | _try |
Undocumented |
| Variable | _temporal |
Undocumented |
| Variable | _temporal |
Undocumented |
| Variable | _temporal |
Undocumented |
@contextmanager
def _nexus_backing_workflow_start_context() ->
def _nexus_backing_workflow_start_context() ->
Generator[ None, None, None]:
(source)
¶
Undocumented
def _temporal_context() ->
_TemporalStartOperationContext | _TemporalCancelOperationContext:
(source)
¶
Undocumented
def _try_temporal_context() ->
_TemporalStartOperationContext | _TemporalCancelOperationContext | None:
(source)
¶
Undocumented