workflow

Display a Workflow using simple Html and JavaScript

I have been tasked with displaying a Workflow. We have our own custom Workflow engine (don't ask) which defines the different workflows, steps and transitions. I have to display the current state of a workflow and then allow the user to select a failed step and retry it if he/she chooses. I'm looking for something that is as simple as...

How can I put the breakpoints inside the workflow?

Hi all, I am using WCSF with workflow in my web application. It is using workflow to controlling the flow for whole application. But I am not able to debug it from inside. Like if I put breakpoints in workflow's states but the breakpoint never get hits. ...

Passing data back to workflow from various tasks created by the workflow.

Hi I have a workflow that generates multiple tasks based on some selections in the workflow. I am using a replicator activity to generate these tasks in parallel. These tasks are approval tasks and I need to save Approved Status (Aproved or Rejected) and a comment from the approver back into the list item which initiated the workflow. T...

Build automation and deployment for Javascript

Hi everyone, i work at the digital department of a public broadcaster, together with two other frontend developers. We're currently looking into improving our Javascript workflow and build processes. Stuff like packaging, minifying, versioning, etcetera. In an ideal scenario, we would have a global repository for all Javascript-related...

SharePoint Workflow and starting EXE file

I'd like to create a SharePoint 2010 workflow that calls and EXE file and waits for the file to execute and then perform some actions. I can't seem to find any references to calling and EXE file or any other program from a SharePoint Workflow. Can I accomplish this in Sharepoint Designer? If so, how? Thanks. ...

Workflow software for Workshop or Factory

Can anyone suggest an open source software / web application which can handle a Workshop / Garage floor workflow, i.e. activities such as record and track work assignments planning and prioritizing work status updates and instant feedback logging, reporting etc I'm looking for java-based app to deploy on Tomcat or other app server....

Suggest best way to do this approval workflow for share point form library to send email to the user.

I have created the Info path form. Once the new form created i need to send the email to users which the user selected in the people picker field. Is that possible to do this using Designer,or VS 2010. Give some reference to do this. ...

page redirect with querystring in state machine workflow

Hi, i am new learner of windows workflow foundation 3.5. I want to just redirect from one page to another page with using querystring values. So how can it possible with using windows workflow foundation + asp.net technolgoy. Please help.... thanks ...

How to TDD for CouchDB with CouchApp?

Recently I've discovered CouchDB. I want to use CouchApp to build a flash games site. It looks like a perfect fit 'cause this kind of a site is totally document based with a bit of binary attachments. The only thing I need to learn before I start is how to TDD with CouchApp/CouchDB. I couldn't google any workflow tutorial and I'm not ex...

Dynamics Ax 2009, New Vendor Approval Workflow

We are trying to add an Approval Workflow for new Vendors created in Dynamics Ax. But I have no clue how to go about implementing this. I managed to create a workflow using this Workflow for Dummies Wizard But it seems that it only starts after the Vendor record is created, and we need it to prevent the record from being used before...

JavaScript flowchart / flow diagram lib

Are there any javascript libraries for client-side rendering and manipulation of flow-charts? My preference would be for jQuery, but I'd settle for others. This question has been asked before, but not for a couple of years so I'm hoping there's a more positive answer now! ...

How I do versioning for an web application.

How to achieve a good versioning system, I do use SVN for updating a code and making them to sit on trunk. My boss always ask a new feature and before one feature is completes he ask for another feature in same module. How Do I manage Branching in this situation ? Note : I had posted this Question on programmers.stackexchange.com but so...

InstanceOwnerException when running Workflow Foundation 4

I am running Workflow 4 activities, and using SQL Durable Instancing to persist the Workflow when it's suspended. I am intermittently getting an InstanceOwnerException, which is remedied by recreating the instance store. Is there any way of avoiding this exception in the first place? System.OperationCanceledException: An error processin...

Why does WF 3.5 Resume() immediately Suspend again?

Tearing my hair out. The code for my Resume is pretty simple: var instance = _runtime.GetWorkflow(instanceID); instance.Resume(); But the Resume method does absolute nothing, it doesn't even trigger a SQL hit when I SQL Trace. My logging extract is: System.Workflow.Runtime.Hosting Information: 0 : TimerEventSubscriptionQueue: adb...

is there any free usable component for workflow editor/designer?

I am trying to find a .NET component that allows GUI (drag-and-drop) workflow design, and I need it as a part of a bigger software so I prefer it to be a usable component. What I imagine is it is similar to the GUI used to design workflows in Visual Studio 2008 and 2010. Is there any such component? I tried searching for a while and didn...

Distributed Revision Control with automatic synchronization or Eclipse plugin better than FileSync?

I have what I hope is not a unique situation... ...and I'm looking for suggestions. I am looking for a better synchronization plugin for Eclipse than FileSync -or- I am looking for a distributed (preferably) version control system that will allow me and the other developers in my team the ability to work with local files and have tha...

Using an instance as on item in ToolboxControl in WF rehosted debugging interface

Hi all, I'm creating an application that rehost workflow designer. What I did is following the tutorial from Apress' Pro WF 4 books. The principle of the tutorial is: 1. Use WorkflowDesigner class to read workflow xaml file, and bind WorkflowDesigner.View and PropertyView property into ContentControl in the UI. 2. Use System.Activiti...

straightforward single developer deployment with mercurial and netbeans?

I am coding a website using the Codeigniter PHP framework. I am using mercurial for version control. I have 3 systems I work with. I do my coding on a Windows 7 machine using Netbeans 6.9.1. I am occasionally making commits, and pushing to a repository at Bitbucket.org, purely for the purposes of backup and version control. I have a ...

How to synchronize two branches in the same Git repository?

Here's a common workflow hurdle I encounter often: master is our "stable" branch $ git status # On branch master nothing to commit (working directory clean) create a module on a branch $ git checkout -b foo $ echo "hello" > world $ git add . $ git commit -m "init commit for foo module" $ git checkout master $ git merge foo do work...

How to avoid receiving DUE date field in Collect Feed Back Work Flow?

I have create a share point 2010 workflow, in my form there is a optional field called Due Date which.So if i dint select any date in that it give date like 01/01/0001 Instead on that i need to hide or set have to set some text to it how to do this??? ...