Abdul Rahman
2026-05-20 15:51:22 +05:30
committed by GitHub
parent a26fe3bb65
commit c800eccc65
54 changed files with 6572 additions and 53 deletions
@@ -449,7 +449,8 @@ export class WorkflowSchemaWorkspaceService {
};
}
case WorkflowActionType.CODE:
case WorkflowActionType.HTTP_REQUEST: {
case WorkflowActionType.HTTP_REQUEST:
case WorkflowActionType.LOGIC_FUNCTION: {
const propertyPath = extractPropertyPathFromVariable(items);
const schemaNode = navigateOutputSchemaProperty({
schema: step.settings.outputSchema as BaseOutputSchemaV2,