Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sliqric7053 committed Jul 4, 2024
1 parent 14064fb commit 236b3fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ The enaio® webclient provides a comprehensive set of API methods for modal dial

- **getWorkflowVariableByName(name)**: Enables the modal dialog to query and retrieve data from specific workflow mask variables, facilitating a deeper integration with the underlying business processes. For further details, refer to the [getWorkflowVariableByName method documentation](https://help.optimal-systems.com/enaio_develop/x/o4OiBQ).

- **setWorkflowVariableByName(nameOfTheWorkflowVariable, valueForTheWorkflowVariable)**: Enables values to be written to workflow variables for the current workflow activity and therefore also to the respective linked field on the workflow screen, refer to the [setWorkflowVariableByName method documentation](https://help.optimal-systems.com/enaio_develop/display/WEB/setWorkflowVariableByName).


## Installation

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
],
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@enaio-client/communication-library": "^1.2.101"
}
}

0 comments on commit 236b3fd

Please sign in to comment.