workflow

Lone programmer do front-end back-end together or one after another

I use PHP with CodeIgniter(MVC framework). My Question is fairly simple. What according to you is the better approach while working with a slightly complicated website. After planning, and listing all the small and big features of the website and where they are going to be and planning out the tables and columns for the database. I wou...

Controlling Content Approval in custom SPD workflow

I've designed a custom workflow using SharePoint Designer 2007 on MOSS 2007 to perform the following: User uploads a document to a document library. Workflow triggers and waits for designated Approvers to either Approve or Reject the document. IF REJECTED, the user that uploaded the document is sent an e-mail and the document is delete...

network diagram/ flow diagram in JQuery

Hi, Have You got any examples or links to free JQuery flow diagram or network/ graph diagram ? ...

Help me improve my continuous deployment workflow

I've been developing a workflow for practicing a mostly automated continuous deployment cycle for a PHP project. I'd like some feedback on possible process or technical bottlenecks in this workflow, suggestions for improvement, and ideas for how to better automate and increase the ease-of-use for my team. Core components: Hudson CI ...

What is the difference between a workflow and a flowchart if any?

Hi, I'm doing a study on how to visualize a process of an application. Now I found the term workflow and workflow management but it's a little confusing. When I searched further the term flowchart also showed up. My question is now, is there any difference between the two because I see those two used in the same context. Thanks ...

How to manage concurrent development with mercurial?

This is a best practice question, and I expect the answer to be "it depends". I just hope to learn more real world scenarios and workflows. First of all, I'm talking about different changes for the same project, so no subrepo please. Let's say you have your code base in an hg repository. You start to work on a complicated new feature A...

How to Deploy a Workflow in the WindowsAzure Cloud?

Is it possible to deploy a WF (4.0) creating using .Net 4.0 in the windowsAzure cloud? Do we need to purchase a seperate BizTalk server account for this ? ...

Modeling business procces, which techniques are there?

I'm not sure if this is the right place to ask this question but here goes. I'm currently looking into some different techniques to model a business proces. I need to find a suitable option for my company which develops all kind of web applications. What i have found so far: UML, specificly the activity diagrams Flow charts Windows ...

Mercurial Experimentation Workflow

I've encountered a problem in my Mercurial workflow when experimenting with implementing a certain feature. I was trying three different approaches to implementing the feature by commiting each update followed by updating to the previous changeset - so I end up with three different branches. Once I have chosen one of the branches to be...

Workflow in OpenCms

How to go for Role based Workflow in OpenCms?? ...

What are the essential elements of a workflow?

Long version: What would be the essential elements/components of a workflow to be implemented in C# (without using any part of WF 3.5 or WF 4)? Note I: I want to implement a master-slave communication where server-side is always passive(slave) and my workflow mainly performs tasks related to such communication scheme. Note II: Since i...

Not able to run the Windows Workflow Foundation sample HiringRequest

Hi, I am currently exploring the possibilities of WF. Now i downloaded some sample from here. I wanted to take a look at the hiring request sample applications which is also showed in one of the webcasts from enpoint.tv. When I start op the project and want to see how the HiringRequestProcess.xaml looks like I get errors. It's says ...

Workflow Foundation suitability

Hi, I need to build a workflow based solution and need some advice. First of all, there should be a canvas style editor where a user can create workflows. Then, they will be used in a form based workflow process, where the user answers questions and the system will guide them through the steps based on the workflow. There can also be ac...

How to use Service Discovery in a code activity ?

I am trying to write a code activity which uses service discovery to locate a discoverable service. I created a service contract and config file for the service using svcutil. Then I added the generatedproxy.cs (this is the name i gave to it) and app.config files to my code activity project. I am using the following code in the code acti...

Compiling single C# project to multiple DLLs

Background: Custom workflow activities for Microsoft Dynamics CRM. Currently we have one project per custom activity, with a single class file in each project. We would like to have a single project, with multiple class files, each compiling to a separate DLL to allow us to update them individually. Is this possible? ...

Sharepoint 2007 cross-site workflow

Hello. Is it possible to create some kind of workflow in SPS 2007 that would mirror contents of one list to another one on another site. For example. Our portal locates in http://portal and it has "Tasks" list. There are some subsites: http://portal/group1 with "Tasks" list http://portal/group2 with "Tasks" list http://portal/group3 ...

Best way to organize Bioinformatics projects?

I come from a c.s. background but am now doing genomics. My projects include a lot of Bioinformatics typically involving: aligning sequences, comparing overlap etc between sequences and various genome-annotation-features, from different classes of biological samples, time-course data, microarray, high-throughput sequencing ("next-gen" s...

Sitecore - Deleting Items from the workbox

Is it possible to delete entries out of the workbox? I have some old items that still are in a draft state. When i press view item / view page I get the content tree without that specific item / a not found error. The workbox however is still showing those old and deleted files. ...

WPF / Silverlight flowchart designer

Hi, Anybody knows an open source product/framework, based in the MS stack, that allows modeling workflows (flowchart)? It should allow: - Drag and drop different node styles; - Define properties for those nodes; - Connect the nodes; - Export to xml (non mandatory). Any help is appreciated. Regards ...

Can I add and run a new XAML only workflow in Sharepoint 2010 during runtime?

I would like to create XAML-only workflow then "upload" it to Sharepoint 2010 and manually execute it as I would run it in Windows Workflow Foundation. So far I know I can package my workflow and deploy it as WSP to Sharepoint and then start it either manually or on an event trigger, but this scenario doesn't suit my needs unfortunately...