I'm creating a Business Process that:
- Transforms one object into another using DTL
- Sends this object to an operation
- Transform the object obtained in first point into another one using DTL
- Sends the second object to an operation
The Business Process is created with BPL, and objects are stored in BP context. When I execute this Process, in the 3rd point the object obtained in first transformation doesn't exist. It's empty.
I have tried to make transformation before making CALL's, I mean: