workflow

Workflow Design Dilemma - State Machine, yes or no

蹲街弑〆低调 提交于 2019-11-27 13:40:24
I'm a beginner with WF, but I've read a book and done a lot of googling. I want to write an inventory management service. The inventory is made up of individual items which have a state: Spare Installed In-Repair Items may spend months in each state, and there are thousands of items. The question is, do I create a state machine workflow for all the different states? Or do I create workflows for transitioning between states? If I understand correctly, if I create a single state machine workflow, then there will always be a workflow running for every item. This means thousands of ever-running

Gulp-webapp running BrowserSync and PHP

被刻印的时光 ゝ 提交于 2019-11-27 13:21:53
My main goal here is to adapt Yeoman's gulp-webapp development workflow to run PHP. Specifically, I want to be able to use gulp-php-connect with multiple base directories (for the compiled CSS from Sass) and routes (for Bower dependencies), if that's even possible. I'm able to run PHP with Gulp using the gulp-connect-php plugin, like this: gulp.task('connect-php', function() { connectPHP.server({ hostname: '0.0.0.0', bin: '/Applications/MAMP/bin/php/php5.5.3/bin/php', ini: '/Applications/MAMP/bin/php/php5.5.3/conf/php.ini', port: 8000, base: 'dev' }); }); However, I'd like to take advantage of

SharePoint Workflow: how to update the item without triggering the workflow again

跟風遠走 提交于 2019-11-27 13:12:43
问题 I have a SharePoint workflow which is running whenever the item changes . The workflow communicates with an external REST service. If the service returns a string, I want to update one of the field values with that string. Unfortunately, this update will trigger another instance of the workflow for this item once the current workflow terminates. I end up with an infinite loop! How I can prevent this from happening? SPListItem has Update(), UpdateOverwriteVersion(), and SystemUpdate() methods

How to create a django ViewFlow process programmatically

微笑、不失礼 提交于 2019-11-27 12:29:50
Synopsis I'm developing a web application to learn Django (python 3.4 & Django 1.6.10). The web app has complex and often updated workflows. I decided to integrate the Django-Viewflow library ( https://github.com/viewflow/viewflow/ ) as it seems to be a very convenient way to handle workflows and not incorporate the workflow logic with the application models. In this case, I have created a workflow to collect authorship information and copyrights using the Django-Viewflow library. The workflow should be initiated each time an author is added to a book. My Problem The documentation offers step

How does bug tracker/version control integration work with typical git workflows?

孤街醉人 提交于 2019-11-27 11:42:49
问题 Here's are examples of git workflows: https://github.com/bard/sameplace/wiki/typical-git-workflow http://www.nabble.com/Git-workflow-overview-td16340337.html http://osteele.com/archives/2008/05/my-git-workflow Let's say you wanted to take advantage of bug tracker integration with your version control system. Where/how would that fit into these workflows. What would you actually see in the tracker? I'm the author of BugTracker.NET which like many other bug trackers (Trac, Redmine, FogBugz)

How to manage concurrent development with mercurial?

▼魔方 西西 提交于 2019-11-27 11:42:14
问题 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, then a complicated bug B is reported by your trusted tester (you have testers, right?). It's trivial if (the fix for) B depends on A. You simlply ci A then ci

JavaScript flowchart / flow diagram lib [closed]

旧巷老猫 提交于 2019-11-27 11:27:29
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! The question has been asked again and now the most upvoted and most complete version of this question and answers is here: Graph visualization library in JavaScript McKelvin The following JavaScript libraries may help :) Jit jsPlumb mxGraph , which is written in plain JavaScript, so you could wrap it in jQuery or any JS

writing functions vs. line-by-line interpretation in an R workflow

ε祈祈猫儿з 提交于 2019-11-27 10:39:31
问题 Much has been written here about developing a workflow in R for statistical projects. The most popular workflow seems to be Josh Reich's LCFD model. With a main.R containing code: source('load.R') source('clean.R') source('func.R') source('do.R') so that a single source('main.R') runs the entire project. Q: Is there a reason to prefer this workflow to one in which the line-by-line interpretive work done in load.R , clean.R , and do.R is replaced by functions which are called by main.R ? I can

MDM workflow in Android

假装没事ソ 提交于 2019-11-27 10:34:19
问题 Can any one help me out how to do MDM Integration in Android from client and server prespective? I want to do an enterprise application which having lock and wipe functionality. I have no any clue of workflow of MDM in Android. Thanks. 回答1: Android Device Admin API will do both things what you want to do (lock/wipe device and even more). An example is given and also you can find this complete source code in your Android SDK directory. Now as client server perspective: You have to implement

What are your experiences with Windows Workflow Foundation?

眉间皱痕 提交于 2019-11-27 10:19:17
问题 I am evaluating WF for use in line of business applications on the web, and I would love to hear some recent first-hand accounts of this technology. My main interest here is in improving the maintainability of projects and maybe in increasing developer productivity when working on complex processes that change frequently. I really like the idea of WF, however it seems to be relatively unknown and many older comments I've come across mention that it's overwhelmingly complex once you get into