alfresco-developer-series | Source code from the ecmarchitect.com Alfresco Developer | SDK library
kandi X-RAY | alfresco-developer-series Summary
kandi X-RAY | alfresco-developer-series Summary
Source code from the [ecmarchitect.com Alfresco Developer Series] tutorials. These tutorials are written for Alfresco 7.x, both Community and Enterprise Editions. They leverage Alfresco SDK 4.2. That version of the SDK will not work with older versions of Alfresco. If you want to go through these tutorials using an older version of Alfresco and the SDK, switch to an older tag.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of alfresco-developer-series
alfresco-developer-series Key Features
alfresco-developer-series Examples and Code Snippets
Community Discussions
Trending Discussions on alfresco-developer-series
QUESTION
My environment:
Alfresco Share v5.2.d (r134641-b15, Aikau 1.0.101.3, Spring Surf 5.2.d, Spring WebScripts 6.13, Freemarker 2.3.20-alfresco-patched, Rhino 1.7R4-alfresco-patched, Yui 2.9.0-alfresco-20141223)
Alfresco Community v5.2.0 (r134428-b13) schema 10005
When I start the workflow, I can assign executors - the list of users who will participate in the business process. Somehow I need to get a list of all those users.
There is an excellent guide, which shows how to use Lucene to get a list of whitepapers.
To interact with repository through REST I'm also use the Web Script Framework MVC.
But how can I get the list of assignments?..
I'm interested in how to look like the query in this case:
...ANSWER
Answered 2017-Mar-12 at 13:50If you want to know who is assigned to a specific running Workflow instance, then I don't think you can easily do that via the search service. Instead, you want to be using the Alfresco WorkflowService to get that.
Most likely you'll want to grab the WorkflowInstance for the specific running workflow, grab the tasks, and check from the properties on that.
If you look at WorkflowPermissionInterceptor from the Alfresco source tree, you'll see pretty much the logic you want, covering both individual assignees and group assignments.
QUESTION
In the dashlet "My tasks" there are two items: "Current tasks" and "Completed tasks".
When I click on the "Completed tasks" I see the following error on a red background:
Error while loading items
When this error occurs in the logs I see the following.
catalina.out:
...ANSWER
Answered 2019-Sep-28 at 11:25Axel Faust gave an exhaustive answer:
Is there enough functionality of the workflow admin console?
Now I understand the cause of the error: as Axel Faust said, "..the tables for historic information do require referential integrity in their relation to the process definition and are not automatically cascade-deleted when you undeploy a process."
Thanks to all for the assistance!
QUESTION
I created new maven project using eclipse IDE. I did nothing after creating the project, just try to run the project using run.bat command as said in the tutorial. (https://ecmarchitect.com/alfresco-developer-series-tutorials/maven-sdk/tutorial/tutorial.html) But now i am getting errors like 'Error creating bean with name 'actionService' defined in class path resource [alfresco/action-services-context.xml]'. I don't how to solve this. Please help me.
My error log is given below.
...ANSWER
Answered 2019-May-04 at 19:42add jaxb-api dependency in your pom.xml file
QUESTION
So I have a problem, I'm following the tutorial Working with Custom Content types in Alfresco but i get a maven problem when I try to install the program. It tells me there is a problem about the maven surefire plugin as shown here :
...ANSWER
Answered 2017-Apr-26 at 09:25-------------------------------------------------------
T E S T S
-------------------------------------------------------
Error occurred during initialization of VM
Could not reserve enough space for 1560576KB object heap
QUESTION
So in term of chronology of my project :
I generated an alfresco maven repository with mvn archetype:generate -Dfilter=org.alfresco:
(Alfresco Platform JAR archetype) then I added a custom content model XML file in repo-test/src/main/resources/alfresco/module/repo-test/model/scModel.xml which contains what you can find here after I registered the new model by adding these lines in repo-test/src/main/resources/alfresco/module/repo-test/context/bootstrap-context.xml
:
ANSWER
Answered 2017-May-04 at 14:12I had to update my dependencies to solve this issue, if you experience a problem like this try the command in Maven: Command to update repository after adding dependency to POM
QUESTION
Based on the example kindly provided by Mr. Potts, I've developed the system of the contracts approval.
Business process in BPMN notation is presented below.
By Activiti Eclipse BPMN 2.0 Designer:
The scheme of a running business process in Alfresco:
For creating activiti diagrams I used Activiti Eclipse BPMN 2.0 Designer 5.18. Here is a description of the process that was generated by this plug-in:
...ANSWER
Answered 2017-Feb-15 at 16:00scwf_approveCount You are using this property make sure that you have defined this property in your workflow's model file as scwf: approveCount You are using this property scwf_approveCount and it may be not defined in your model file.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install alfresco-developer-series
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page