I have a connector that I wish to use to leverage the BDM / DAO object to update the underlying table data, and I need to include the activityInstanceId in this.
Can this be done in the underlying java implementation class? If so, how? i.e. what do I need to reference and access to bring that into my connector class?
Otherwise, I will need to pass in the activityInstanceId on the call to the connector and then use JNDI or some other database access layer.
Thanks