Community
Can we get flows triggered by schedule/timer in the logs?
As far as I can see only flows triggered by users are visible in the log, except for the flow "sync-resources.bpmn" which is triggered by "app".
Is it possible to use the same time zone in data and result tables?
Dates are stored in ISO:
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."
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.
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
Add custom javascript to be run globally from /public/js/custom.js
The key custom_css at /admin/settings has the value /css/custom.css and will load any custom css we put in the file /public/css/custom.css.
What makes flows sometimes end up "running" for infinity and how do we handle it?
I sometimes see flows "hanging" and end up running for infinity.
What are the most common reasons for this happening?
In what key in an item should I save a string of a few hundred Kb of data?
I need to save some json-data in item.
I'll stringify it to make it easier.
It could be a few hundred Kb in size.