Hi there,
Is there a way of getting parent execution id from an Execution instance without casting to ExecutionImpl? And without querying for ExecutionEntity, which I assume is not recommended.
Thank you.
Hi there,
Is there a way of getting parent execution id from an Execution instance without casting to ExecutionImpl? And without querying for ExecutionEntity, which I assume is not recommended.
Thank you.
Thank you, but the documentation and the source code of that interface does not have that getter. It is present on DelegateExecution, but not on Execution.
execution
object is an instance of DelegateExecution
Thank you for your kind reply. However, I have made it clear I am talking about Execution (capitalized), not about execution. One can execute an ExecutionQuery in order to get back an Execution instance. That is not a DelegateExecution instance, generally speaking.