Skip to content

response error from behind sketchItInput (JSON) #15

@DjonyBastone

Description

@DjonyBastone

"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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions