Documentation
Preparing search index...
@restatedev/restate-sdk-clients
Output
Interface Output<O>
Represents the output of a workflow.
interface
Output
<
O
>
{
ready
:
boolean
;
result
:
O
;
}
Type Parameters
O
Index
Properties
ready
result
Properties
ready
ready
:
boolean
Whether the output is ready.
result
result
:
O
The output of the workflow.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ready
result
Documentation
Loading...
Represents the output of a workflow.