Skip to content

Commit

Permalink
Documentation: Clarify Link Action block override behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
lukestanley committed Jul 17, 2024
1 parent b348012 commit ae1e2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/workflow/blocks/link_action_block.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Supported Properties
--------------------

- **label** (string): The text displayed on the button-like link. Defaults to "Link".
- **adapterName** (string): The adapter name of the target workflow. This property is used if `adapterNameGetter` is not specified.
- **adapterName** (string): The adapter name of the target workflow. This property is ignored if a value is specified by `adapterNameGetter` instead.
- **adapterNameGetter** (string): A JMESPath expression that resolves to the adapter name of the target workflow. This allows for dynamic resolution of the adapter name from the data and context. If not set, will use the `adapterName` property instead.
- **workflowId** (string): The workflow ID of the target workflow. This property is used if `workflowIdGetter` is not specified.
- **workflowId** (string): The workflow ID of the target workflow. This property is ignored if a value is specified by `workflowIdGetter` instead.
- **workflowIdGetter** (string): A JMESPath expression that resolves to the workflow ID of the target workflow. This allows for dynamic resolution of the workflow ID from the data and context. If not set, will use the `workflowId` property instead.
Usage
-----
Expand Down

0 comments on commit ae1e2d0

Please sign in to comment.