Skip to content

Instantly share code, notes, and snippets.

@jesuino
Created January 15, 2021 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesuino/2d2727739883770f3987ed89241fc62a to your computer and use it in GitHub Desktop.
Save jesuino/2d2727739883770f3987ed89241fc62a to your computer and use it in GitHub Desktop.
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