workflow

Java moderation workflow

I have a moderation application with more than one moderators. Instead of all moderator getting the same list of messages to moderate and creating possible collisions (moderating the same message, and waste time), is there a way to send a unique list of messages to each moderator and allow for messages not moderated in a given time to be...

Loading a Workflow 4 from xaml file and adding it to workflowdesigner

Hi I have created a couple of activities and stored them as XAML. Opening them in the Workflowdesigner works great and I can Execute them. Now I would like to create a new Activity and add the activities I created to it. Basically loading it from the XAML and into the designer as part of another activity/flow. I have tried adding my act...

Sharepoint Custom Workflow - Web Services

I've a custom workflow which query data off web services. It seems that when the web services returns a hyphen (-), I could not be able to store the data into list, and returned workflow error. The raw data looks like this: <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xs...

Mercurial workflow to deal with sudden high priority tasks

The scenario is that I arrive at work one morning and pull, update, merge my mercurial tree. From the now latest revision I begin working on todays task. I reach a logical milestone and does a commit. The tree now looks like this: * <- my first commit for the day | * <- merge commit from shared repos by team Now the boss comes along...

Is this scatter-brained workflow realizable in Git?

This is what I'd like my workflow to look like at a conceptual level: I hack on my new feature for a while I notice a typo in a comment I change it Since the typo is completely unrelated to anything else, I put that change in a pile of comment fixes I keep working on the code I realize I need to flesh out a few utility functions I d...

design question for transportation agency/workflow system

Hello everyone, I am designing a transportation agency/workflow system, and it including 3 types of people, customer who requests to transport some stuff, drivers who deliver the stuff, and truck manager who manages transport source/destination truck coordination and communicates/organizes drivers. The system is expected to be a web si...

usefull docushare tutorials, samples

Hello, Im evaluating trial version of xerox docushare. Supplied documentation is very strinc and isnt helpfull when You havent got an experience so I would liek tto ask if any of You have got such good tutorials or code samples ?? thanks for help ...

Application development workflow

Hi, Sometime ago I've developed a simple engineering app (Excel/VBA) for the company I work for. Recently, other companies become interested in that software, so I am assigned to make it more User Friendly. I am planning to migrate the VBA/Excel to winForm C# application. Since it will be a tedius task, I would like to setup an UML or st...

Content type with workflow and lookup column

Hi All, I have a requirment where I want to upload a document based on category and subcategory. I have added this columns as an lookup column which pulls data from category and subcategory list. Now want the document should be passed from series of approval so I have attached SharePoint out of the box Approval workflow to this document...

How can I update .RData?

After reading this question I attempted to clean out my workspace and found that each time I opened R all the original items I had recently removed were restored. I then checked .RData and found that it had not been modified in a few weeks even though I repeatedly saved the workspace image. How often is .RData updated and how can I cha...

Display workflow with your app, like you can in K2

I am looking for a plug in to my application written in .net to enable me to display a work flow and see where in the work flow the process has got to. I have seen this in K2 blackpearl, http://www.k2.com/en/blackpearl.aspx?tab=2, and I would like to graphically create this type of process ...

Executing a workflow from another workflow ?

Hi all I have a console sequential workflow. At a certain step I use the InvokeWorkflow activity to invoke another workflow. I check a certain value that is set by the second workflow, and continue the execution of the first workflow normally. The problem is when InvokeWorkflow activity is executed the program executes the second wor...

Multi-step Workflows: make Workflow A depend on results of Workflow B and/or Workflow C

I have been tasked with creating a Software Installation Approval section for our Intranet. When a person requests that a particular piece of software be installed on their workstation, we need to get IT approval and then business approval. Once those are obtained, it is to be installed. I am using Sharepoint Designer to do this. I have...

Worpress WorkFlow Modfications

Hi All WordPress Lovers, I would like to ask a help about Zensor which is a plugin that you publish a post then a moderator approves the post to be published on the wordpress blog site. When a post is awating for approval, each awaiting post is appearing "waiting moderation". But, I dont want any link appears before moderator approval....

Disable workflow on sharepoint 2007 lists

At this moment every image which is uploaded to sharepoint has to run through the complete workflow before being shown to a end user. This is not wished behaviour. What we like to approach is that an uploaded image is accessible directly to the end-user, without workflow or even approval action. Is this possible, and if so, how? ...

Hosting Workflows with WorkflowServiceHost

Ok, so I may be approaching this incorrectly but essentially I'm trying to play with new WF services in 4.0 to build up to a Windows service that hosts a WF service. At the moment I have constructed client (containing a simple Activity XAML) and service (WF service implemented in a XAMLX file) projects. I have tried simple "hello worlds...

How do you use kate? Tips/Tricks/Workflow

We all seen a bunch of these? Mostly for IDE's but also for vim and emacs. Kate is (only) a text editor (an awesome one) but it has a ton of options plus a number of plugins, so its hard to know all of it well. How do use the Kate text editor? Please share your workflow and help me and others learn some of the cool tricks you use. I'll...

Design Process - Online versus Offline

I'm in the process of spec-ing out a rich application for personal finance management - a cross between tools like Quicken and Mint.com and a set of spreadsheet macros I created for personal use. It would be a simple matter to build it either online or offline (preferably both), but we all need to start somewhere. So what's the best wa...

Problem in Calling External method from sharepoint workflow.

Hi all I have a custom sharepoint workflow with visual studio 2008 I use the call external method activity to invoke a method defined in a local service once the workflow starts I find that the status is error received. the log has the following exception: System.InvalidOperationException: Could not find service of type 'xxxxxxx...

Does MOSS 2007 workflows support calling external mehods ?

Hi all I have a custom sharepoint workflow that I need to call an external method defined in a local service it always throws an exception System.InvalidOperationException: Could not find service of type 'ListItemCheckService.IListItemCheck' through the currently configured services. Consider adding the service to ExternalDataExchange...