Extract the activity name from a timeline entry value's job_id.
Job ID format: -{workflowId}-$${activityName}{dimension}-{execIndex} Examples: -wfId-$analyzeContent-5 → 'analyzeContent' -wfId-$processOrder,0,0-3 → 'processOrder'
-{workflowId}-$${activityName}{dimension}-{execIndex}
-wfId-$analyzeContent-5
'analyzeContent'
-wfId-$processOrder,0,0-3
'processOrder'
Extract the activity name from a timeline entry value's job_id.
Job ID format:
-{workflowId}-$${activityName}{dimension}-{execIndex}Examples:-wfId-$analyzeContent-5→'analyzeContent'-wfId-$processOrder,0,0-3→'processOrder'