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

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

ttoine by Community Manager
  • 1718 Views
  • 1 replies
  • 0 kudos

No valid SecureContext in bpmn script

I have a workflow which has an embedded script that does some messing around with permissions, which runs when the workflow finishes. I have the runas property set to "admin" for the task and for the most part this works. IF the overall action is tri...

georgera by Champ in-the-making
  • 5603 Views
  • 3 replies
  • 0 kudos

Kerberos SSO - browser do not send krb ticket

Hi,I have configured Kerberos authentication on Alfresco 5.1 according to this manual Configuring Kerberos against Active Directory | Alfresco Documentation and authentication works fine againt Windows AD. But I have to write the credentials manually...

mcraj by Champ in-the-making
  • 4499 Views
  • 1 replies
  • 0 kudos

SSO and document versions in MS Office 2016

Greetings all,I have configured a working passtrough authentication with SSO and ldap-ad synchronization.After activating SSO, domain users can automatically logon to Alfresco Share, Webdav share and open MS Office documents without password prompt b...

markor by Champ in-the-making
  • 3914 Views
  • 1 replies
  • 0 kudos

Customizing Aikau PdfJs Preview Widget

Hi,I'm pretty new to Share development so please bear with me.What I'd like to do is the following :1) Change the behaviour of the Aikau PdfJs viewer, so that it is maximized by default.2) Show the PDF outline/thumbnail sidebar by default.So, far I'm...

Supported Platforms

There is a beautiful table with supported platforms: https://www.alfresco.com/services/subscription/supported-platforms.But, I have Alfresco Community 5.0.d. Is there similar table for this version?Thanks, K

kamilaw_ by Champ in-the-making
  • 8303 Views
  • 5 replies
  • 0 kudos

Resolved! Alfresco Community Responsive

Hi,I would like to know if a future release of Alfresco Community 5.2 it's going to be responsive and in case that's true I want to know when it's planned to be realesed.Thanks in advance!

joseph by Confirmed Champ
  • 9535 Views
  • 5 replies
  • 0 kudos

Resolved! Receive Task inside a Sub Process

I have a BPM which has a receive task inside a sub process.When I try to signal the process instance execution after creation i get the following error :java.lang.NullPointerException    at org.activiti.engine.impl.persistence.entity.ExecutionEntity....

tahadakal by Champ in-the-making
  • 12152 Views
  • 4 replies
  • 1 kudos

Resolved! Activiti Support and Alfresco

I would like clarification on the position of Activiti. I heard that support will be dropped and would like to verify if the below points are true.1. Support for Activiti being dropped and community suggestions and improvements not taken into regard ...

zlatan316 by Champ on-the-rise
  • 7396 Views
  • 3 replies
  • 3 kudos

Resolved! Are there any known issues using P1W as a time duration?

We have been using time duration with ISO 8601 durations, but have recently tried testing more variations.  Today we received this error, that by the stack trace seems to indicate a problem with resolving the duration, and possibly related to the def...

kch0313 by Champ on-the-rise
  • 10852 Views
  • 5 replies
  • 2 kudos

Inclusive gateway after boundary event breaks process

I am running Activiti 5.21 in my environment, and I've come across a situation where I have a non-interrupting timer event on a User Task, which then goes to an inclusive join (which is part of a loop).When my process enters the loop through the user...

mhanrahan by Confirmed Champ
  • 5873 Views
  • 2 replies
  • 0 kudos

Creating a new attachment on a task by making a "multipart/form-data" request to activiti rest api (runtime/tasks/{taskId}/attachments) on activiti version 5.22.0 but getting an error : "Failed to serialize to a AttachmentRequest instance"

I want to attach a file with a task using activiti rest api call but activiti is returning exception as "Failed to serialize to a AttachmentRequest instance" .