Skip to content

Commit 6e3e5bc

Browse files
committed
wording and missing space
1 parent a82ab53 commit 6e3e5bc

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • docs/explore-and-author/graph-exploration/building-a-customized-user-interface/workflow-trigger

docs/explore-and-author/graph-exploration/building-a-customized-user-interface/workflow-trigger/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ To define a workflow trigger the following information is needed:
3030

3131
## Integration
3232

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.
3434

3535
![](create_new_widget_integration.png)
3636

37-
3837
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).
3938

4039
![](adding_widget_to_node.png)
@@ -54,6 +53,6 @@ Workflow Payload
5453
```
5554

5655
- `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.
5857

5958
To make use of this dynamic payload, the underlying workflow should define variable input using [Replaceable Datasets](../../../../build/workflows#replaceable-datasets).

0 commit comments

Comments
 (0)