You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/explore-and-author/graph-exploration/building-a-customized-user-interface/workflow-trigger/index.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,10 @@ To define a workflow trigger the following information is needed:
30
30
31
31
## Integration
32
32
33
-
A `shui:WidgetIntegration`shape element needs to be created from the previously defined workflow trigger.
33
+
A `shui:WidgetIntegration`resource needs to be created from the previously defined workflow trigger.
34
34
35
35

36
36
37
-
38
37
Once the widget is created, it can be attached to a Node Shape by using a special-purpose non-validating [Widget property](../node-shapes#widgets).
39
38
40
39

@@ -54,6 +53,6 @@ Workflow Payload
54
53
```
55
54
56
55
-`graphIRI` is the IRI of the graph that is currently viewed, and
57
-
-`resourceIRI`is the IRI of the resource that is viewed.
56
+
-`resourceIRI`is the IRI of the resource that is viewed.
58
57
59
58
To make use of this dynamic payload, the underlying workflow should define variable input using [Replaceable Datasets](../../../../build/workflows#replaceable-datasets).
0 commit comments