Skip to content

Commit 9639e96

Browse files
ivicacclaude
andcommitted
3894 client - Remove JSDoc comment from getOutputSchemaFromWorkflowNodeOutput
Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 5bb3770 commit 9639e96

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

client/src/pages/platform/workflow-editor/utils/getOutputSchemaFromWorkflowNodeOutput.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
import {WorkflowNodeOutput} from '@/shared/middleware/platform/configuration';
22
import {PropertyAllType} from '@/shared/types';
33

4-
/**
5-
* Gets the output schema from a workflow node output, falling back to variableOutputResponse
6-
* when outputResponse is not available. This is important for loop task dispatchers which
7-
* provide variable properties (item, index) via variableOutputResponse.
8-
*
9-
* @param workflowNodeOutput - The workflow node output containing outputResponse and/or variableOutputResponse
10-
* @returns The output schema from outputResponse or variableOutputResponse, or undefined if neither exists
11-
*/
124
export default function getOutputSchemaFromWorkflowNodeOutput(
135
workflowNodeOutput: WorkflowNodeOutput | undefined
146
): PropertyAllType | undefined {

0 commit comments

Comments
 (0)