Expose Workflows in Digital Frontends
Workflows can be exposed in digital frontends such as menus or dashboards similar to regular Data Views. However, the following considerations apply:
- The workflow's entity name has the following format:
<workflow internal name>_Instance - Since a workflow may include multiple data entities within its Data Domain, workflow attributes are referenced using the following format:
<data entity name>.<attribute name>
HINT
When creating duplicate attribute names in the workflow's Data Domain, the system automatically appends index numbers to distinguish them. For example: myAttribute, myAttribute1, myAttribute2, etc. You can check the exact naming of the
When creating duplicate attribute names in the workflow's Data Domain, the system automatically appends index numbers to distinguish them. For example: myAttribute, myAttribute1, myAttribute2, etc. You can check the exact naming of the
<data entity name>.<attribute name> pairs in the Workflow UI Designer attribute fields.