Community
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."
Feature request: Implement retry cycles for servicetasks (failedJobRetryTimeCycle)
It would be great if we could use the Camunda function "retry cycle" in Onify to retry a task, that sometimes fails, a specified number of times with a specified time apart. Now we need to build this logic ourselves around tasks that need such "safety net" to not exit a full flow because of some intermittent downtime or unreliable service e t c. 😊