-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
"text": "{\n\t\"id\": \"{{activityName}}\",\n\t\"commandLine\": [ \"$(engine.path)\\\\\\\\revitcoreconsole.exe /i $(args[rvtFile].path) /al $(appbundles[{{ appBundleName }}].path)\" ],\n\t\"parameters\": {\n \"sketchItInput\": {\n \"zip\": false,\n \"ondemand\": false,\n \"verb\": \"get\",\n \"description\": \"SketchIt input parameters\",\n \"required\": true,\n \"localName\": \"SketchItInput.json\"\n },\n \"result\": {\n \"zip\": false,\n \"ondemand\": false,\n \"verb\": \"put\",\n \"description\": \"Results\",\n \"required\": true,\n \"localName\": \"sketchIt.rvt\"\n }\n },\n\t\"engine\": \"Autodesk.Revit+2019\",\n\t\"appbundles\": [ \"{{dasNickName}}.{{appBundleName}}+{{appBundleAlias}}\" ],\n\t\"description\": \"Creates walls and floors from an input JSON file.\"\n}" |
Forge expects rvt, not json
an error is returned when the command is sent
if input file is rvt then the response is without error
Metadata
Metadata
Assignees
Labels
No labels