Adobe Sign JS SDK
Hello,
I have an older version of the Adobe Sign JS SDK embedded in my application, and it is working for the most part. I have been creating Agreements dynamically using it, but now I would like to transition to the Workflow creation process. My version of the SDK is missing the GetWorkflow function (somehow?) and I can't use it, so I tried to update. I tried following all of the steps on the latest GitHub release to browserify it and I can't get this to work. I understand the use of a code generator, to simplify the process of generating it and whatnot, but the way it was before where you could just get the JS files from a folder that was already setup to work with Browser JS was infinitely easier and actually worked. I can't seem to browserify these files correctly to be able to call the functions in js, I have spent the past few days working on this and it is getting frustrating.
I install the latest version using npm install in the downloaded directoryThen npm link
then npm link in the expected linked directory
Then it says to browserify the "main.js" file (which doesn't exist, or am I supposed to make all of my code in that file then browserify it? If that is so that removes ALL of my dynamic ability that is in the application)
