wf-click
) or text area changes (wf-change
).wf-click
), provide an object with modifier key states, like:
wf-change
), provide the expected text value, like "Sample text"
wf-file-change
), provide an array of file objects, like:
@{payload}
in subsequent blocks.
wf-click
Name | Type | Control | Default | Description | Options | Validation |
---|---|---|---|---|---|---|
Component Id | Component Id | - | - | The id of the component that will trigger this branch. | uiComponentsWithEvents | - |
Event type | Component Event Type | - | - | The type of the event that will trigger this branch. For example, wf-click. | eventTypes | - |
Default result | Code | - | - | The result that is used when the blueprint is triggered from the “Run blueprint” button | - | - |
Name | Field | Type | Description |
---|---|---|---|
Trigger | - | success | - |
wf-file-change
for a File input block, the payload contains the file that the user uploaded. You can access this value in any block in the blueprint as @{payload}
.