workflow

In Workflow need to listen for multiple events

杀马特。学长 韩版系。学妹 提交于 2019-12-11 19:07:13
问题 I need a workflow where need to listen for multiple events any event will drive workflow further. some actions --> Call external method --> Here there 3 events any one would be the response. What kind of activity i can use there where i can have three event handler. Any event will drive it further. Thought of using state machine workflow but if there is anything i can use instead? 回答1: Whether you use a sequential workflow or state machine workflow activity as your root workflow type, you can

Struts 2 WorkFlow Interceptor and actions that do not have an INPUT result

江枫思渺然 提交于 2019-12-11 18:59:28
问题 If I understand, the Struts2 interceptor stack correctly, the workflow interceptor looks to see if any validation failures have been reported by the validation interceptor. If it finds that there have been validation failures, it returns ( by default ) Action.INPUT If this is the case, what happens if the Action that is being executed does not have an INPUT result defined in its struts.xml configuration? 回答1: If it returns INPUT, and there is no result defined for that (and no general result)

Looking up document library items in a SharePoint workflow

空扰寡人 提交于 2019-12-11 17:49:14
问题 I using SharePoint Designer to create a workflow. I'm trying to get at a sub-folder in a document library in the "Define Workflow Lookup" dialog. There are two issues with this: I can't look up items by URL Path. If I look up by Title, I can output the URL Path, but selecting by path doesn't work. What fields can/can't I use? I can't get at any sub-folders. I can get at the top-level folder, but the sub-folders don't seem to be available. Noticed the same things is true when looking at the

Shopping Cart - The flow for sold out or less available items at checkout time?

六眼飞鱼酱① 提交于 2019-12-11 16:54:00
问题 I designed a shopping cart solution for a client. For one of their items (candy, for example), they have a certain quantity they can sell for each type. I deduct from the quantity available after items have been purchased. The candy shopping flow is as follow: Select (add to cart) candy on candy catalog page Go to Cart page to review items to be purchased Go to checkout page (billing information + list of items to be purchased with price total details) Pertinent Situation: Customer A select 9

Launch Sharepoint workfloweach time a change is made, even if there is a pause

丶灬走出姿态 提交于 2019-12-11 16:33:41
问题 I have a workflow on a Sharepoint list which sends an email alert based on a date field in the list item - this requires using the "pause until" option. This seems to lock the "on change" workflow from being fired again if another change is made during the period of the pause. Is there some way around this? Some details, since maybe I'm missing something a little more basic: The list item contains an "end date" field, and I need to send an alert 3 days before this date as a reminder. So, if

How to Change Highlighted Items Color in Alfresco Share Form

梦想与她 提交于 2019-12-11 16:24:09
问题 so I have been trying to change the highlight color in which documents show up in the "items" field within an Alfresco Share workflow form. Basically, given a starting form that looks like this... You will notice that every other document that gets added to the items field is automatically highlighted light blue. I was wondering if it was possible to change that color, and furthermore if it was possible to set it so only the top item (or a single items) gets highlighted in that list of

How to update multiple projects based on one CMS

匆匆过客 提交于 2019-12-11 13:48:17
问题 I have a general questions about the workflow. Looking for an advice how to manage my projects in a best way. I have my own CMS that im developing Lets say it is in version 2 in the moment. I have the main, mother copy of the CMS on my localhost. I have also about 5 other clients sites that are using this CMS. I have 5 different directories on my localhost for each project. They are in sync with 5 different clients servers. Now what I want is: 1. When doing some changes to the file on my

Ruby Workflow Issue During Migration

浪尽此生 提交于 2019-12-11 13:23:17
问题 I am using Ruby Workflow in my ActiveRecords using Gem: Workflow Existing Running Code contains: I am having an ActiveRecord: X I am having two Migrations already: (Ref1) CreateX migration (which creates table X) (Ref2) CreateInitialEntryInX migration (which creates one entry in table X) New Changes: Now I wanted to add workflow in ActiveRecord X, hence I did: (Ref3) I added the workflow code in ActiveRecord Model X (mentioning :status as my workflow field) (Ref4) AddStatusFieldToX migration

Windows Workflow Persistence data (VS 2010 RC / .NET 4.0)

强颜欢笑 提交于 2019-12-11 12:52:20
问题 I have started working with Windows Workflow recently (the VS2010 RC / .NET 4.0 version) and am stuggling to get to grips with the SQL persistence functionality. I have managed to attach persistence to my WorkflowServiceHost via an SqlWorkflowInstanceStoreBehavior object and in my database there are rows appearing in the [System.Activities.DurableInstancing].[InstancesTable] table. However, I don't know how to make sense of any of this data (it seems as though quite a few columns are in

Changing workflow in multilingual site works only for one language

為{幸葍}努か 提交于 2019-12-11 12:09:21
问题 I have a fresh Plone-4.1.5-site with Linguaplone-4.1.1 installed, two languages selected and the front-page translated into the other language. When changing the workflow from simple_workflow to intranet_workflow via the controlpanel, and mapping old states to new ones, it occurs, that only objects of the current chosen language get the new mapping. Objects of the other language get the initial state of the new workflow. Is it possible to do the mapping programatically to overcome this? 回答1: