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

Forum Posts

I have to use an api from the API explorer. this is the one - http://localhost/alfresco/s/api/task-instances?authority=user2&pooledTasks=true, it is asking me to enter user id and password when I am trying in post pan after entering it is working fine wit

here is my code, please tell me if there is any error...........i am getting empty page with loading symbol as outputexport default class App extends React.Component { constructor(props) { super(props); this.state = { isLoading: true, dataSource: nul...

sonu by Champ in-the-making
  • 2092 Views
  • 0 replies
  • 0 kudos

Alfresco Content Services REST API (Workflow)

Hi,I'm trying to update the state of a task using the REST API but not working. I haven't error message.Any idea what's wrong in my code ?Thanksthis.apiService.getInstance().webScript.executeWebScript(    //Paramètres de l'API    'PUT',    'tasks/' +...

mboquillon by Champ in-the-making
  • 3719 Views
  • 2 replies
  • 0 kudos

import site in different version of alfresco

I would like to test Alfresco Community Edition and specially to export/import 10 sites (content, users, rules, personalized themes ...) into this version of Alfresco. Is it possible? How can i do to this? Thank you for your help.

nguyen by Champ in-the-making
  • 3633 Views
  • 2 replies
  • 1 kudos

Can I run Alfresco community 201707 GA on a more current Tomcat like 8.0/8.5/9? The release notes only speak of Tomcat 7. Thank you!

Dear experts,I need to deploy Alfresco Community 201707 GA in a new environment, but cannot update due to a lot of customizations.Target-Scenario: RedHat 7 and Tomcat 8.0My research did not come up with any results. Does anyone have experience runnin...

Resolved! How to get Alfresco services in workflow service task

Hi,I am new on Alfresco community version 5.2 I need use Alfresco services (NodeService, ContentService, ServiceRegistry) inside class used for workflow service task.I created class but I cannot use Alfresco Services. All methods returns null. What I...

pnature by Star Contributor
  • 8064 Views
  • 4 replies
  • 6 kudos