Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Rest API authorization failed.

I am calling rest APIs from outside activiti from a stand alone page simply on a button click "http://admin:test@localhost:8080/activiti-rest/service/runtime/process-instances " and it is giving error 401 (Unauthorized) I found that for authorization...

How to run activiti 6.0 sdk

Hello All,I have downloaded activiti 6.0 sdk from this link. And imported this project to eclipse. But I am not able to get how to run this project. I also referred read me file but didn't found anything regarding this. It would be great if anyone wo...

how to add aspects to a custom type?

I'm trying to develop a model that has a custom type and some aspects. Now I have defined a base type called my:document and I want to add an aspect to that type, called my:aspect. I want to have this aspect show up in all the nodes that are from the...

robjkamp by Champ in-the-making
  • 3351 Views
  • 1 replies
  • 0 kudos

How do I programmatically navigate document preview?

I'm developing a custom navigation to navigate to different pages of a PDF preview pane using JavaScript.  I can use Dojo to get the input control and change the value easily but firing the change event doesn't change the navigation page.  Do you kno...

Resolved! Start a process instance using REST

I have Springboot app that talks to Alfresco Enterprise Activiti using REST calls.I want to start the process instance using REST call but I am getting 400 bed request. however the same request works with postman.String url = "http://localhost:9091/a...

signjoy by Confirmed Champ
  • 6092 Views
  • 1 replies
  • 0 kudos

Inject RuntimeService in the task

Hi everyone ,Is it possible to inject the RuntimeService in the document body of a form so we are able to use its methods ?Like for the FormService ?I tested like the FormService injection but it dosen't work (in javascript tab in the form) var formS...

bhchemss by Star Contributor
  • 6505 Views
  • 4 replies
  • 2 kudos