cancel
Showing results for 
Search instead for 
Did you mean: 

Error when trying to use "Run in parallel" within a SAP Build Process Automation process

johnmurray
Participant
0 Kudos
101

Hi all,

I have a BPA Process in which I am trying to run another Process using the "Run in parallel" functionality. I have selected a list under the "Run in parallel" option, and then in my process inputs I am mapping the attributes from the "Current Item" option that appears. There are 5 input properties, all of which are String type: 3 of which come from the list, and the other 2 are from the main process trigger.

No errors are shown in SAP Build, and I can deploy my Project successfully. When I run the Process however, I receive the following error when trying to start the subprocess. The error appears in the log for as many items are in my list, which suggests it is correctly identifying my list and the items.

Error message: The activity 'startEvent' cannot be completed since the output is not correct: [[] The object must have a property whose name is "inputVal1".],[[] The object must have a property whose name is "inputVal2".],[[] The object must have a property whose name is "inputVal3".],[[] The object must have a property whose name is "inputVal4".],[[] The object must have a property whose name is "inputVal5".]

Has anyone else experienced this problem please?

All suggestions are appreciated!

Thanks

John

Accepted Solutions (0)

Answers (1)

Answers (1)

vishalsharma_19
Explorer
0 Kudos

Hi @johnmurray,

I was facing the same issue but the strange part was out of 10 Sub Process's Input variables, only 2 variables were coming in the error and these 2 variables were marked as mandatory.

It worked for me by making the Input variables of the Sub Process as Non-mandatory.

Please try if that is the case for you as well.
Thanks & Regards,
Vishal Sharma