Search code examples
forgeautodesk-designautomation

Is there any sample codes for creating plugin, bundle, defining activity in NODEJS? using forge design automation api


Currently im working on a web-application which will modify revit model parameters. but stuck at the plugin creation most of the examples are in .net, and im not working with it. so need NODEJS sample code for plugin, bundle and activity creation.


Solution

  • Unfortunately the plugins themselves would have to be written in .NET.

    For the rest of the workflow (upload bundle, define activity and execute workitem) see code sample here and here in Node.js.