Skip to main content
December 18, 2024
Question

Easiest way witch from subprocess to start process?

  • December 18, 2024
  • 3 replies
  • 0 views

Is there an easy way to smoothly switch from a asynchronous subprocess to a star process??

I'm getting the following message:

"Subprocess node is set to run asynchronously and is either used in a loop or configured to run MNI..."

i hope really there is a way to do that with just a few clicks, if there isn't, then there goes a suggestion

3 replies

mathieud0001
December 18, 2024

Should be as simple as swapping out the Sub Process with a Start Process node, no?

docs.appian.com/.../Start_Process_Smart_Service.html

konduruc733182
December 19, 2024

As Mathieu mentioned, you can simply remove the existing node and add a start process node and reconfigure it. Or is there any specific issue that you are facing when trying to do it?

stefanhelzle0001
December 19, 2024

Just do it.