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.
Asked
Active
Viewed 86 times
1 Answers
0
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.

Bryan Huang
- 5,247
- 2
- 15
- 20
-
thanks @BryanHuang for your help and quick response. – Dipak G Jul 08 '19 at 09:41
-
Alternatively, take a look at [forge-cli-utils](https://github.com/petrbroz/forge-cli-utils), it includes a sample Node.js script for [setting up](https://github.com/petrbroz/forge-cli-utils/blob/develop/examples/inventor-thumbnail/setup-pipeline.js) and [running](https://github.com/petrbroz/forge-cli-utils/blob/develop/examples/inventor-thumbnail/run-pipeline.js) a DA pipeline. – Petr Broz Jul 08 '19 at 11:25