Skip to main content
July 31, 2024
Solved

When calling process model from expression rule the output is Reaction tree

  • July 31, 2024
  • 5 replies
  • 0 views

Hi Everyone

Iam trying to call process model from expression rule. But I am getting Reaction Tree as output result. For your reference I have attached the screenshot below.

Thanks,

Best answer by konduruc733182

Hello [mention:c2b6398b62a34c608a8d89f997bdc17c:e9ed411860ed4f2ba0265705b8793d05] 

You cannot test a a!startProcess() cannot be executed in Expression rule. You need to use it in a saveInto parameter of a component.

5 replies

konduruc733182
July 31, 2024

Hello [mention:c2b6398b62a34c608a8d89f997bdc17c:e9ed411860ed4f2ba0265705b8793d05] 

You cannot test a a!startProcess() cannot be executed in Expression rule. You need to use it in a saveInto parameter of a component.

July 31, 2024

Sure [mention:2df2892a4df7486f9775b4d2f0e405fd:e9ed411860ed4f2ba0265705b8793d05], got it.

Thanks for your answer!!

konduruc733182
July 31, 2024

Great! please do verify the answer if it was helpful.