Skip to main content

Hi,

has anyone created a Java Custom Delegate for a BPA Workflow as described here:

https://docs.ifs.com/techdocs/22r1/040_tailoring/500_business_process_automation/070_extending_workflow/#custom_delegates

I see that I have to extend

com.ifsworld.fnd.bpa.config.TransactionalDelegate

But where exactly do I find this class (which JAR file) and is there a JavaDoc or something similar?

 

Thanks for any hint.

 

I am one step further, the jar

bpa-api-23.1E.0.20221209014425.0.jar

is needed, as well as

camunda-engine-… jar

 

It compiles locally, however, when I deploy it to a branch and start an environment from the branch, it does not find the com.ifsworld.fnd.bpa subpackage although I put the bpa*.jar into the

source\workflow\lib\*.jar

as described in the documentation.

Anyone here have experience with that?

 


Hi @LupusMKW 

Do you use IFS Developer Studio for developing your Java delegate ? If yes which type of element did you  use ?

thanks


Reply