workflow

Mercurial Workflow for small team

Hi, I'm working in a team of 3 developers and we have recently switched from CVS to Mercurial. We are using Mercurial by having local repositories on each of our workstations and pulling/pushing to a development server. I'm not sure this is the best workflow, as it is easy to forget to Push after a Commit, and 3 way merge conflicts can ...

Changing the Duration of DelayActivity with a Different Duration

My custom activity has a delay that will need to be set different values at different times. The first time it is set, it might be 5 seconds. The second time, it might be 10 seconds, and so on. How can one do this... Delay does not have an ActivityContext lambda that will allow me to get a workflow variable. ...

Is Windows Workflow widely used?

I read a bit about the overall idea of this technology but it reminds me of a few decades ago when we were told "in the future you won't write code, you'll connect boxes in some graphical tool". Is it a technology which has become central in .NET development (like WCF and WPF have) or has it failed to catch on? ...

Is Work Flow good for tracking lots of items in an automated system?

Is Windows Work Flow (WF) good for tracking lots of items in a warehouse? Say for example I have a warehouse that has 20,000 packages move through it a day. Those packages arrive and move around to 0 to 5 locations in the warehouse using a semi-automated system and then move to a storage location for a while. Is WF a good technology t...

Extend Workflow Foundation FlowChart

I would like to create a custom reusable workflow foundation activity based on the FlowChart activity. All of the built in classes are sealed therefore I cannot inherit it. These activities will be used in an application which re-hosts the workflow designer and used by non-developers. I can inherit from the NativeActivity class. Howev...

How to assign an argument to the variable in Workflow Foundation 4.0?

Hi Guys, This simple code fails with the following error: The following errors were encountered while processing the workflow tree: 'ArgumentValue': The argument named 'Parameter' could not be found on the activity owning these private children. ArgumentReference and ArgumentValue should only be used in the body of an Activity defini...

Workflow engine

I am new to workflow engine how it work and how I can develop it; I have A LMS (Learning management Service) site. I need to have a dynamic workflow. Can you please sugest me how I can develop it. ...

How can I do a re-authentification on approval in a Sharepoint approval workflow?

The security guy ask me to make a step where the approver need to re-authenticate when he approve the list item. All of the other part of the workflow is done except this one. The best solution would be to use the built in log-in of Sharepoint, but I don't know how to do that. I want to point out that I'm doing this workflow with visual ...

WCSF 2.0 PageFlow - Dynamic XOML

While doing some maintenance work, came across a project that apparantly is using the WCSF (contrib) PageFlow. The application works great ( think survey or interview ), but to change a question, the workflow has to be compiled and deployed. We are looking at a way to load the XOML from a database (I know how to do this in WF), but c...

Git workflow for custom css files and themes

Hi, I have a web app under source control in git. I have different css files for different customers as well as images and other theme specific things. And also custom reports... Beside the theme things every other aspect of the app stays the same. What would be a recommended way to keep the app as well as the theme information under so...

How should I approach to fix a DNN web application?

Myself and my team is taking over a DNN web application done by a software development vendor. There are some issues like 1. redundant non-standard data / API to access to tab and configuration of a module, and 2. some other architecture related issues. My goal is to remove things we don't need and steer the application back to DNN be...

Sitecore Workflow Items Stay in the Approved State

My problem is items that complete the workflow and get auto published still show a State of 'Approved'. Right now my users cannot edit items that are in this final state. Is there a way to make Sitecore clear the State field after auto publish or do I need to give every user permission for the 'Approved' workflow state? ...

Rails Workflow::create_workflow_diagram options

What are all the options available for the command: Workflow::create_workflow_diagram(klass, dir, opts) and how shall I specify them on Ruby code? I've already found this on graphviz options, but I don't know how to use these options on Ruby code... Thank you all! ...

getting access to the SharePoint List that kicked off a workflow

I've been told that I need to reference the SPWorkflow ParentItem. I'm not sure on the syntax though. Can anyone help? ...

drag and drop workflow kind of interface..how easy to develop?

Hi friends, How easy it's to come up with a drag and drop web-based interface that'll provide me features to wire objects together, setup configurations nicely in a modal window for each object? I'm looking for links that've any similar kind of interface, or articles on this. also, i'm looking for your technology/language suggestions. ...

Windows State Machine workflow: How can we achieve Parent Child workflow communication when both are hosted as WF service.

I am trying to spawn child workflows as services from parent workflow which is also a workflow hosted as a service. Problems I am facing: How to spawn multiple child workflows as service "synchronously"? How to communicate to the consuming applications that the child workflows are ready for action? How to communicate to the parent tha...

design workflow/flowchart representation in python ?

In my web application I have wizards with many next previous buttons and choices ( kind of flow chart with events and options ). Wizard do not run in one go, but may wait for external event, user come later or next day to carry on with that wizard. Currently I am manually writing code ( hard coded ) for each states of a wizard ( or a flo...

Web-based form designer and workflow tool

I need a web-based tool which support for easy designing forms, role-based users for completing the forms and an embedded report and chart generator for analyzing data (if charts support drill-down its more useful). If the tool supports workflows It's good but lack of it doesn't matter. 1) What's the name for these kind of tools ? 2) Wha...

Java based workflow engine required

I am looking for a java based workflow engine which is powerful enough to have most of the workflow features but simple to implement. Features like transition from one state to another based on approvals by people who have permission to approve a state, the transition could be automatic also if all the required fields/data are available...

Control order in which SharePoint workflows are executed

Is there a way to control (e.g., prioritize) the order in which SharePoint workflows (not workflow activities, but entire workflows) are being executed? The set of workflows for a SharePoint list consists of workflows that are either created using SharePoint Designer or are custom workflows installed via WSP. We would like to guarantee...