Question Phil Burkhalter · Aug 30, 2022 Calling a class method from a code block in a business process I have a production that takes in an HL7 message thru a business service. The business service passes the incoming HL7 message to a business process that calls a transform to transform the HL7 message to a message class. After the transform is finished, the business process uses a code block to pass the object created by the transform to a method class that processes the data in the object. What would be the correct syntax for passing in the object to the class method? #Business Process (BPL) #Ensemble 0 2 0 146
Question Phil Burkhalter · Mar 16, 2021 How to create a custom deployment package I have a need to create a custom deployment package for our production. I can't do a full deployment of the production so I need to create a custom deployment package that will add our new classes, business processes, rest end points and transforms. I would like for the production to add and configure the business services, process and operations as well. Does anyone have an example for doing this? Thanks, Phil #Deployment #Ensemble 2 11 0 271