Skip to content

Instantly share code, notes, and snippets.

@jesuino
Created January 15, 2021 15:48
Embed
What would you like to do?
select
t.processInstanceId as ProcessInstanceId,
v.name as VariableName,
v.value as VariableValue,
t.name as TaskName,
t.actualOwner as TaskOwner
from TaskVariableImpl v
inner join AuditTaskImpl t
on t.taskId = v.taskId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment