workflow

Whats the purpose of Windows Workflow Foundation (WF)?

匿名 (未验证) 提交于 2019-12-03 08:51:18
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have read about windows workflow foundation where people use this to model a business process, why not to use UML? According to some answers, the workflow can be my domain? What other tools are equivalent to the WF? 回答1: Workflow foundation is an executable workflow - the framework includes an engine that executes the workflow. It allows you to write parts of your workflow logic in code. I suggest reading this developers introduction on MSDN. UML doesn't do either thing - you can't use code as part of your UML or execute your UML workflows

Jenkins Workflow Multibranch allow for specifying Jenkinsfile path

匿名 (未验证) 提交于 2019-12-03 08:48:34
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: It seems like now you can only have a single Jenkinsfile in a single location in your project when using Multibranch type. Is there a way to configure so I can place the Jenkinsfile somewhere else than in the root of the project under the name Jenkinsfile. There's hope, as there's an option of Fixed Configuration, maybe this is a feature for the future, but I would much appreciate the option, as in the current situation I do not have the option to run everything as one nicely compiled pipeline due to the size of the repo. I'm thinking of

Should I bother learning Windows Workflow?

☆樱花仙子☆ 提交于 2019-12-03 08:32:37
Okay, so I've learned WPF and WCF and that was great. I didn't bother with CardSpace because it's probably not gonna take off. Should i bother with Workflow,..is it worth it? What's the big deal? It is worth learning or at least understanding WF. WF offers a different paradigm for building apps, a paradigm which may become mainstream in the future. Enterprisey? Yes, maybe today. But longer term WF or at least the paradigm it promotes, may become ubiquitous and universal. Using Workflows to describe programs may today be in the stage where OO and C++ was, 20 years ago. Learning a new thing

Jenkins Workflow Plugin Using a Groovy Library

匿名 (未验证) 提交于 2019-12-03 07:50:05
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: As I'm writing more and more Groovy to use with the Jenkins Workflow plugin I've started getting to the point where I've got re-usable code that could be used in multiple scripts. What would be the best way of sharing this code? Is it possible to produce my own .jar with the shared code in and utilize this from within the Workflow script? Or is there a simpler way? 回答1: You can use Global Lib as pointed in other comments and/or use the load step to load you own scripts from somewhere (i.e. your SCM just checked out previously). More info

In sharepoint designer's workflow editor how do I get the workflow initiators username?

谁都会走 提交于 2019-12-03 07:47:34
In Sharepoint designer's workflow editor I wish to retrieve the username/name of the work flow initiator (i.e. who kicked it off or triggered the workflow) - this is relatively easy to do using 3rd party products such as Nintex Workflow 2007 (where I would use something like {Common:Initiator}) - but I can't seem to find any way out of the box to do this using share point designer and MOSS 2007. Update It does not look like this rather obvious feature is supported OOTB, so I ended up writing a custom activity (as suggested by one of the answers). I have listed the activities code here for

Storyboard - Workflow for turn based game

匿名 (未验证) 提交于 2019-12-03 07:36:14
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am creating a turn based game and would like to know the correct process for my workflow. At present I have the following: Home View Controller (which has a UITableView ) Click on row from section 1 > Loads a UINavigationController with path 1 Click on row from section 2 > Loads a UINavigationController with path 2 As an example: path 1 - play your turn path 2 - guess your turn Each path has around 4-5 UIViewControllers loaded into the navigation controller. Now I am at the stage where once path 2 is complete the user should then play

Firing a SharePoint Workflow by updating a list item through List Webservice

北城以北 提交于 2019-12-03 07:11:51
问题 I am developing, a simple SharePoint Sequential Workflow which should be bound to a document library. When associating the little workflow to a document library, I checked these options Allow this workflow to be manually started by an authenticated user with Edit Items Permissions. Start this workflow when a new item is created. Start this workflow when an item is changed. Now I upload a document to this library and the workflow starts and for instance sends a mail. It completes and

What git workflow to use for 2 non-co-located developers?

牧云@^-^@ 提交于 2019-12-03 07:04:08
I've got a contract to write part of a program. The person writing the other part is in another city. I want to find a convenient way to send changes back and forth. For other reasons, I'd like to learn to use git as a distributed VCS and email changes back and forth. (I've worked with SCCS, RCS, and PVCS before, always with locking. I want to push myself to learn how to better use branching & merging and to not depend on a central server.) We need to do the following two tasks (pretty standard list): (a) Each of us contribute to bug fixes and new features that require changes to both parts.

Django - Mac OSX Workflow - Questions on efficient development methodologies

ぐ巨炮叔叔 提交于 2019-12-03 06:25:21
问题 I am going to outline my workflow and I would like some suggestions on how to improve the efficiency of this. It seems right now a bit cumbersome and repetitive (something I hate), so I am looking for some improvements. Keep in mind I'm still new to django and how it works but I'm a pretty fluent coder (IMHO). So here goes... Tools (I use these everyday so I'm not inclined to shift) : Mac OSX Leopard TextMate Terminal w/tabs Perforce Assumptions Django Basics (Did the tutorials/bought the

front end development workflow with angularjs and gruntjs

ぃ、小莉子 提交于 2019-12-03 06:13:04
I wanted to know how the front end development workflow is organized when we use HTML 5 and angularjs. We use a Jetty java back end (Cannot be changed), and we want to expose restful services which the angularjs can consume. With angularjs it so happens that the main page needs to include many js files, most of which are application specific, we intend to split the application logically in js files. So how would you recommend having the front end development workflow ?, in order to avoid handling so many different js files a colleague has suggested the use of minification of js files using