Hello,
I want to call a business process from a custom component which I am developing using the remote module.
I have seen that I need to use ProcessModuleUtilities to achieve that. Now, how do I get this ProcessModuleUtilities in my remote module?
I checked in the npm registry to install using npm but its not there.
Like
1 comments
Best reply
18:09 Jul 09, 2025
For a remote module, it would be better to use the devkit SDK to execute the process. See examples here:
Starting a process and getting process parameter results back
Ryan
18:09 Jul 09, 2025
For a remote module, it would be better to use the devkit SDK to execute the process. See examples here:
Starting a process and getting process parameter results back
Ryan
Show all comments