cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BPA Error while passing payload using postman - please help

vedika11
Explorer
0 Kudos
375

I have created a BPA  with 3 inputs

I am in the Editable version and tested the Automation, it was completed successfully, and after that released and  Deployed the Process, now what I wanted is, I want to pass the JSON payload using POSTMAN but that is creating error 

 

Error message: The activity 'automation_getCreatedJobStatus_1' cannot be started since the input is not correct: [[/INPUT_JOBS/TABLES/JOB_LIST/0/JobCount] The value must be of string type, but actual type is integer.],[[/INPUT_JOBS/TABLES/JOB_LIST/1/JobCount] The value must be of string type, but actual type is integer.],[[/INPUT_JOBS/TABLES/JOB_LIST/2/JobCount] The value must be of string type, but actual type is integer.],[[/INPUT_JOBS/TABLES/JOB_LIST/3/Job Count] The value must be of string type, but actual type is integer.]
Log ID:6888f174-b33b-4a02-b706-be6956b-us10

(screenshot attached below)

 

SAP Build Process Automation SAP Build SAP Business Workflow SAP Business Process Automation by Redwood@Ron_Hagan 

Ron_Hagan
Product and Topic Expert
Product and Topic Expert
Hi! It's been about a year since I've worked on any BPA projects. Having said that, if you want to have a Teams call sometime where we can look at it together, I'm up for that.
Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Kudos
It seems that the inputs are defined as strings but you are sending integers. But without seeing the definition and the Postman call, it is tough to tell.
View Entire Topic
Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Kudos

You are sending an integer for the Job Count, but in your definition it is shown as string (JobCount and JobName data types seem reversed)

vedika11
Explorer
0 Kudos
yes i have corrected that mistake still getting same issue