Community
Direct links to processes, for example /admin/processes/<processid>/view does not seem to work
It's great that you can grab the direct url to almost anything within Onify and bookmark it or save it for future reference. However there is one direct link that doesn't work as the other.
Updating items through the endpoint /admin/bulk/items changes the created date
Making changes to an item directly at /admin/items with the "edit" pencil icon leaves the "Createddate" untouched and updates the "Modifieddate" correctly.
Search works differently with mailadresses in /search and /admin/items - is there a setting where we can change this?
These work the same:
/search?term="[email protected]" -> 1 result
/admin/items?term="[email protected]" -> 1 result
Is it possible to use the same time zone in data and result tables?
Dates are stored in ISO:
How can I upload for example a jpg-file with the api?
I get creating a file from a from a base64-encoded dummy-string to work perfectly:
How can I call onifyElevatedApiRequest by javascript?
I am trying to replicate this call with the Connector to onifyElevatedApiRequest in javascript?
How can I use a script in flow to call the httpRequest service?
I have used the service (connector) httpRequest
in a service task. Is it also possible to call the function from a script (task)?
Possibility to change the 5 minute limit of "Short running synchrone (non persistent) workflows"?
We have a subflow consisting of a few tasks, that takes anything from 1 to approx 9 minutes to finish.
Blueprint for data mapping in Onify?
"Data mapping is the process of matching fields from one database to another. It's the first step to facilitate data migration, data integration, and other data management tasks."