Function: reportOperation()
reportOperation(
spec,options?):OperationReference
Defined in: packages/core/src/graph/report-operation.ts:35
The operation of a call node that runs spec as baleybots.report@1.
Validates the spec and options now, so a bad one fails where it is written
rather than at graph.compile.
Parameters
spec
options?
Omit<ReportOperationConfig, "spec"> = {}