Skip to main content

Hi,

I get the following error when trying to deploy an existing workflow. It has only started to error since I created the custom Action to the standard projection.

 

Workflow validation failed with the following errors:
Service Task Activity_12kr7lx: Has Enrichment Input Parameter ifsBpaEnrichmentRegisteredVariables but not the Enrichment Delegate com.ifsworld.fnd.bpa.process.enrichment.IfsBpaProcessEnrichmentDelegate.

Element Activity_12kr7lx: The Enrichment Input Parameter ifsBpaEnrichmentRegisteredVariables must be a list with at least one element.

Element Activity_12kr7lx: A Projection Delegate must have the internal input variable ifsBpaProjectionETagVariableName.

 

The call in the workflow is as below...how do i resolve this?

I do not understand ifsBpaEnrichmentRegisteredVariables & ifsBpaProjectionETagVariableName what this means and what i have to do to resolve it.

Thanks for helping.

hi ​@rkescoupland ,

It seems that the issue may be due to initially configuring the task as an "IFS Process Enrichment" type and then attempting to change it to an "IFS API" task. Could you please try deleting the current task and creating a new one as an API task from the beginning?
 


yohan -  you are correct. I had indeed initially created the task as described - in my ‘experimenting’. I then of course changed it to API call soon after when i realised it was not the right task type i needed. But seemingly some shrapnel is left behind that causes the error in the workflow. I recreated again, correctly this time.

Problem fix, redeployed. Thank you! 


Reply