...
As observed in the following workflow: if the employee passes through the permissions check, the subsequent step will involve an action with currencies.updateCurrency. Afterward, the success and error flows will lead to the end node.
The audit logs for such workflow will be the following:
The runtimes for such workflow will be the following:As an admin with permissions to edit employee and role configurations, add the viewCurrencies and editCurrency permissions for the employee role. This will simplify configurations for updating currency configurations related to Currency.
...
Login to Puppeteer with the credentials businessanalyst@marionette.dev and navigate to the Configurations page. Once there, locate the "Currencies" sub-menu.
...
For example, an employee with these permissions can update currency position, precision, and name
The audit logs for such workflow will be the following:
...
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
|
The runtimes for such workflow will be the following:
...
Expand | ||
---|---|---|
| ||
|
There is the possibility to add a Role check node. If an employee has permission to update currency but their role is unexpected for such a workflow, it would end the workflow. However, if the role of the employee is correct, the workflow will proceed with an Action call to currencies.updateCurrency.
...
Login to Puppeteer with the credentials businessanalyst@marionette.dev and navigate to the Configurations page. Once there, locate the "Currencies" sub-menu.
For example, if an employee does not have the 'superadmin' role (as indicated by the role check node), they attempt to update currency user balance enabled, hidden, and trading commission enabled.
The audit logs for such workflow will be the following:
...
Expand | ||
---|---|---|
| ||
|
The runtimes for such workflow will be the following:
...
Expand | ||
---|---|---|
| ||
|
As we can see, if an employee does not have the role that is being checked in the workflow, then the workflow will end without any action calls.
Creation Process
Steps for Requester
Initiating a Creation Request
Providing Necessary Information
Steps for Approver
Reviewing the Request
Approving or Rejecting the Request
...