workflow

How to take an action on a deleted Asset in Adobe Experience Manager?

痴心易碎 提交于 2019-12-13 03:37:13
问题 I have a system external to Adobe Experience Manager that I need to make a quick call to whenever an Asset is deleted in AEM. Not being an expert in AEM, my options feel very limited. I've attempted to create a workflow with a step that can make the appropriate call, and have hooked up a Launcher to listen for a Remove event on any "dam:Asset" type nodes from a certain path in AEM. That means I've got a Java class I've pushed into AEM that extends WorkflowProcess, and is called as part of

Workflow for Servicenow Incidents

允我心安 提交于 2019-12-13 03:36:52
问题 I was just checking for the feasibility for workflows on Incidents and found this post. It seems it is possible to have workflows on incidents. I just need to know is there any proper way to do it..I am kind of new bee to Servicenow. anyone share the experience and how can I achieve this. For instance, a simple approval workflow on the Incident.. Thanks in advance Chitra 回答1: A few basic changes can get this going, since the Incident table has the Approval fields and such associated to it.

Sonar Plugin Development Workflow

早过忘川 提交于 2019-12-13 03:36:39
问题 How do I setup a decent debug workflow for Sonar Plugin Development. Currently it looks like this -> mvn clean install the plugin copy jar over to the Sonar folder restart Sonar Server (takes way too long for decent workflow) run mvndebug sonar:sonar in my example project run remote debug in IntelliJ I've read some stuff about the Development Mode and how nice it all works with JRebel but I can't find anything that's compatible with 4.5 or the any of the newer Versions (when they renamed

Kaleo designer and Liferay 6.1

旧城冷巷雨未停 提交于 2019-12-13 03:01:37
问题 I'm looking for information about kaleo and if i should implement it in my system. A.T.M. i have a custom workflow implemented but some of my co-workers say that a kaleo workflow is easier to maintain. I would like to have some opinions about my issue. Thanks in advance. I think that there might be a problem with the way that my system is build. I have multiple portlets that all have web content(Journal Articles) as there resource. Every portlet has a different workflow with custom update

How to deploy changes to java file into AEM?

放肆的年华 提交于 2019-12-13 02:03:37
问题 I'm working with AEM for the first time. I am using Adobe Brackets for editing one of the ZIP files I was given that included jcr_root and META-INF . This ZIP file has no pom.xml . Everything so far is fine with the zip file....I can make changes to JSP and JS etc. and they take effect right away. However, I would like to change one of the java files. The change to JAVA files doesn't seem to be taking effect. I've restarted CQ instance but that doesn't seem to be working. And there is no POM

Alfresco - Get username in workflow

∥☆過路亽.° 提交于 2019-12-12 18:52:27
问题 I'm searching for the username of assignees when I create on a workflow... I use this: public void notify(DelegateExecution execution) { // get value of property mymodel:myproperty Object assignees = execution.getVariable("bpm_assignees"); } When I get bpm_assignees I get this: bpm_assignees map value: [Node Type: {alfresco.org/model/content/…}person, Node Aspects: [{alfresco.org/model/content/…}ownable, {alfresco.org/model/system/1.0}referenceable, {alfresco.org/model/system/1.0}localized],

Plone Workflow: How to check for multiple attributes of an object?

陌路散爱 提交于 2019-12-12 17:25:56
问题 In our project we would like to have a workflow which checks whether all three signatures (implemented through booleans) have been added to an object of type "Project" before it continues to the next state. Unfortunately this doesn't seem to be possible while editing the workflow through the web and we haven't been able to find it in the documentation either. How would we do it? Thank you very much for any assistance. 回答1: Use the transition Guard expression to check for this: python: here

Dynamics CRM current date placeholder in workflows

两盒软妹~` 提交于 2019-12-12 10:55:58
问题 I've workflow attached to an entity which has expiration date and time, so what is the appropriate placeholder which indicates the current time some sort of {{CURRENT_TIME}} ). Sultan 回答1: Your question is a little vague but if you are talking about Dynamics CRM workflows via the editor, the time that the workflow is running at would be the execution time. To get this, do the following steps - Within a workflow on a create or update step, click in a date/time field on the form. In the form

Perform workflow transition programmatically in liferay?

只谈情不闲聊 提交于 2019-12-12 09:57:16
问题 I have two transition named "approved" and "reject" at the lastest step of my workflow, but i want to controll the workflow action from my portlet. Anybody know How to Perform workflow transition programmatically in liferay ? 回答1: my current code JournalArticle journalArticle = JournalArticleLocalServiceUtil.getArticle(id); getPermissionChecker().init(u.getUser(), true); WorkflowInstanceLink wil= WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLink(companyId, journalArticle.getGroupId

Git workflow for small web team

主宰稳场 提交于 2019-12-12 08:58:47
问题 I know there are already many questions here on this topic, but I've had trouble finding exactly what I need. We're a small team of developers currently using SVN but soon to be making a switch to Git. We are used to checking in changes and pushing to the live website throughout the day but currently lack any formal testing procedures, which is something we'd like to add. The way I'm used to doing this with SVN is: develop in a personal test environment check in your changes send the current