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

Forum Posts

Post Request

I made this model <types>       <type name="sp:configuration">             <title>Configuration</title>             <parent>cm:content</parent>             <properties>                   <property name="sp:username">                         <type>

How do I implement pause and resume in BPM process

Hello all,Is there a way to call the BPM process from a rest API by signalling asynchronously. In other words, I have a requirement where I have to pause the process flow and wait for a trigger from the external rest service and that service should t...

Activiti Explorer

Hi, I downloaded the code source Activiti-engine-master from the github .I noticed that the Activiti provide a  Activiti Explorer  that can monitor and administrate the running process instances. I would like to know where I can get the code source (...

Adding aspect to existing document in the repository

Hi ! Nobody has a JavaScript to add or remove an aspect (appl: inlineeditable ) to documents that are already imported into the repository.I am very annoyed, I should have included this aspect in the rule before import. Can you help me please?Thanks ...

ltsaty by Champ in-the-making
  • 5188 Views
  • 2 replies
  • 0 kudos

Download activiti-share-connector.zip

Hi,I want to setting up Alfresco content service and Alfresco process service. The installation must be done so that Alfresco content service communicates with Alfresco process service. In the various documentations obtained on the site of Alfresco, ...

We want to exclude keyclock authentication and authorization from activiti 7 cloud as we are getting authorized user to our application using other system. Is there any way to do so?

I have tried different approache but not able to do so.Please find the approaches i tried.Approach 1 :- extending class RuntimeBundleSecurityAutoConfiguration and instead of KeycloakAuthenticationProcessingFilter i created my custom class where in at...