We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933a466 commit d9779adCopy full SHA for d9779ad
dbos/workflow.go
@@ -1982,7 +1982,6 @@ func WithScheduledOnly() ListRegisteredWorkflowsOption {
1982
1983
// ListRegisteredWorkflows returns information about workflows registered with DBOS.
1984
// Each WorkflowRegistryEntry contains:
1985
-// - WrappedFunction: The underlying workflow implementation
1986
// - MaxRetries: Maximum number of retry attempts for workflow recovery
1987
// - Name: Custom name if provided during registration, otherwise empty
1988
// - FQN: Fully qualified name of the workflow function (always present)
0 commit comments