Community
Can Onify integrate with ServiceNow?
We are using ServiceNow. Can Onify integrate with ServiceNow?
Posted by Robert Lundsten 9 months ago
How do I run onifyElevatedApiRequest from a script task?
I am trying to run `onifyElevatedApiRequest` from a script task using users token but it does not work. Is it possible to run from a script task?
This is what I am trying to do:
```javascript
let onifyHeaders = {
'Content-Type': 'application/json',
'Authorization': environment.settings.authorization
}
var resourceOptions = {
url: `admin/resources/file?stream=false&path=${templatePath}`,
headers: onifyHeaders
}
let result = await environment.services.onifyElevatedApiRequest(resourceOptions);
```
Posted by Robert Lundsten 10 months ago
What BPMN tool/modeler should I use?
What is the best tool to create BPMN flows?
Posted by Robert Lundsten over 1 year ago
How do I get started with BPMN?
I heard that Onify Flow coming soon and that it supports BPMN. How do I get started with learning BPMN?
Posted by Robert Lundsten over 1 year ago