transient value is not getting saved after the process model is debugged

Hi,

I used a transient value in my CDT's, I able to see all the values while i am debugging the process model except the transient value, can you guys please help me with this issue. I did not get any errors but still, I am not getting the value their

I able to see the value in my interface in both the CDT's

  

  Discussion posts and replies are publicly visible

Parents Reply
  • please don't mind if I am wrong 

    1.I am not using the transient value in the database it is only up to my database entity as per my requirement

    so I am using the XSD code as

    <xsd:element name="mappingKey" nillable="true" type="xsd:int">
    <xsd:annotation>
    <xsd:appinfo source="appian.jpa">@Transient</xsd:appinfo>
    </xsd:annotation>
    </xsd:element>

    2.yes it is done correctly and published with recent version of the CDT only

Children