Source code for Call Workflow nodes

Hi @jcmozzic,

The source code has been released with the 4.1 release, the repository is not public yet, but you can access the code via the target platform. To do this you need to follow these steps:

  • Switch to the 2019-12 branch in the knime-sdk-setup repository
  • Chose the KNIME-AP-complete.target target platform definition file and set it as your target platform
  • Open the Plug-ins view in your eclipse and click on Add All Plug-ins to Java Workspace Scope:
    Screenshot%20from%202019-12-20%2011-37-47
  • Now you can use Open Type to explore the source code, all classes are in the org.knime.explorer.nodes.callworkflow.local package.

best,
Gabriel

5 Likes