Workflow: Create Terminating Transaction Correlated with Upstream Transaction
In this scenario, you create a custom transaction, which needs to correlate with an upstream transaction but not with another downstream transaction.
AppDynamics On-Premises
list_alt
In this scenario, you create a custom transaction, which needs to correlate with an upstream transaction but not with another downstream transaction.
ch=appd.parseCorrelationInfo(c)
trx=appd.startTransaction(ch)
trx.end()