Skip to content

Commit

Permalink
Update serverless-workflow-report.dash.yaml (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuino authored Jul 19, 2023
1 parent 44f2ffb commit 7b9bcad
Showing 1 changed file with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ datasets:
expression: >-
$.data.ProcessInstances.[ id, processId, processName, serviceUrl, state, $fromMillis($toMillis(start)), $fromMillis($toMillis(lastUpdate)), end ? $toMillis(end) - $toMillis(start) : -1, error ? error.message : ""]
# Use this with real data
# url: ${dataIndexUrl}/graphql/?query=%7B%0A%20%20ProcessInstances%20%7B%0A%20%20%20%20id%0A%20%20%20%20processId%0A%20%20%20%20processName%0A%20%20%20%20serviceUrl%0A%20%20%20%20state%0A%20%20%20%20start%0A%20%20%20%20end%0A%20%20%20%20lastUpdate%0A%20%20%20%20error%20%7B%20%20%20%20%20%20%0A%20%20%20%20%20%20message%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%0A
# url: ${dataIndexUrl}/graphql/?query=%7B%0A%20%20ProcessInstances%20%7B%0A%20%20%20%20id%0A%20%20%20%20processId%0A%20%20%20%20processName%0A%20%20%20%20serviceUrl%0A%20%20%20%20state%0A%20%20%20%20start%0A%20%20%20%20end%0A%20%20%20%20lastUpdate%0A%20%20%20%20error%20%7B%20%20%20%20%20%20%0A%20%20%20%20%20%20message%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%0A
url: https://raw.githubusercontent.com/kiegroup/kie-samples/main/samples/serverless-workflow-report/sampleResponse.json
cacheEnabled: true
refreshTime: "30minute"
Expand All @@ -34,7 +34,7 @@ datasets:
- id: lastUpdate
type: DATE
- id: duration
type: number
type: NUMBER
- id: errorMessage
type: LABEL
pages:
Expand Down Expand Up @@ -79,8 +79,8 @@ pages:
general:
title: Total Workflows
chart:
width: "150"
height: "90"
width: 150
height: 90
columns:
- id: Total
pattern: "#"
Expand All @@ -102,8 +102,8 @@ pages:
general:
title: Completed
chart:
width: "150"
height: "90"
width: 150
height: 90
columns:
- id: Total
pattern: "#"
Expand All @@ -130,8 +130,8 @@ pages:
general:
title: Active
chart:
width: "150"
height: "90"
width: 150
height: 90
columns:
- id: Total
pattern: "#"
Expand All @@ -158,8 +158,8 @@ pages:
general:
title: Pending
chart:
width: "150"
height: "90"
width: 150
height: 90
columns:
- id: Total
pattern: "#"
Expand All @@ -186,8 +186,8 @@ pages:
general:
title: Aborted
chart:
width: "150"
height: "90"
width: 150
height: 90
columns:
- id: Total
pattern: "#"
Expand All @@ -214,8 +214,8 @@ pages:
general:
title: Error
chart:
width: "150"
height: "90"
width: 150
height: 90
columns:
- id: Total
pattern: "#"
Expand Down Expand Up @@ -249,7 +249,7 @@ pages:
enabled: true
listening: true
chart:
resizable: true
resizable: true
height: 230
grid:
x: false
Expand Down

0 comments on commit 7b9bcad

Please sign in to comment.