add raw data view

This commit is contained in:
Jonathan Jenne
2019-07-05 16:11:09 +02:00
parent 0ab3acddb4
commit e8dfe68eef
10 changed files with 252 additions and 14 deletions

View File

@@ -21,7 +21,8 @@ Public Class frmWorkflowOverview
oWorkflows.Add(New WorkflowItem(oIconMap) With {
.Title = oRow.Item("REQUEST_TITLE"),
.State = oRow.Item("STATETITLE"),
.Process = oRow.Item("PROCESS_NAME")
.Process = oRow.Item("PROCESS_NAME"),
.Raw = oRow
})
Next
Catch ex As Exception