workflow

Alternatives to Windows Workflow Foundation?

℡╲_俬逩灬. 提交于 2019-12-03 05:59:04
问题 I've been using WWF for a while as part of an internal call center application (ASP.NET), and while learning it was a good practice in understanding how a state machine based workflow system should work, I am definitely not in love with WWF itself. In my opinion it is: Overly complex, especially for use within web apps (all that threaded runtime stuff) Immature (ever worked with that horrible designer?) Anemic in its current feature set Does anyone have a suggestion for a better .NET based

Git Workflow: Share code between computers without pushing to public repo

北城以北 提交于 2019-12-03 05:09:13
I work at a company which uses Git for our version control. We're using a hosted repo service (Beanstalk) as our internal "public" (by that I mean accessible to the whole dev team) repo. I have two computers that I normally work on for writing code. I like using some of the history rewriting features of Git, specifically rebasing and amending commits, but I really don't like using them after I've pushed something to a published branch. Yet, I need to be able to share code between these two computers, and preferably no one else. What I'd like is an easy way to share my code between the two

git & svn externals - a final solution yet?

倾然丶 夕夏残阳落幕 提交于 2019-12-03 04:50:33
this is the workflow I currently use for my svn projects (I never use svn branches, and some projects are actively worked on by other people as well): on the server, do the inital git svn fetch which might take hours. Also create a 'build' branch. on a development machine cloning is now fast: git clone srv://project.git, git checkout build followed by git update-refs ..., git svn fetch to restore the link to the svn repository work, commit, work commit, ... to check if things are sane, git push build to the server and trigger a build in Hudson for that branch to store work so that I can work

使用Applescript、Automator和AfredWorkflow实现流式工作

老子叫甜甜 提交于 2019-12-03 04:12:53
   重要:本文不会提供标题中三个工具的详细使用教程,只会对它们的进行简要的介绍。更高妙的使用技巧读者应自行钻研。   参考资料:   两个关于Applescript和Automator使用的PDF: https://files.cnblogs.com/files/chester-cs/Applescript_learning_sources.zip   一篇介绍Applescript的文章: https://segmentfault.com/a/1190000011273388?utm_source=tag-newest   Automator官方文档(讲的很鸡肋): https://support.apple.com/zh-cn/guide/automator/welcome/mac   第一次接触流式工作是因为Appstore中的一个名叫workflow的软件。当时这个软件评价极高,说是能够极大的提高工作效率。可惜当时高三没时间玩它,自己鼓捣了半天没鼓捣出结果,再加上没有啥需求,就弃置了。   最近因为一个重复的操作:(打开ppt文件,在menu bar里选择fie-export-export as pdf)而重新想到了流式工作。可以说Applescript和Automator的最大作用就是 自动化 或者 快速化 需要 重复进行的操作 了。但是因为实在比较忙,只能作一个引子

Get username from SharePoint User field in List

谁都会走 提交于 2019-12-03 03:59:33
I have a custom sharepoint workflow that I'm developing in Visual Studio. The workflow is running against a document library which has a custom content type connected to it. The content type includes a user lookup field ("owner"). I'm trying to have my workflow assign a task to the "owner" lookup field. However, I've only been able to get the display name for the user, not the account username. Can anyone help? Kusek Refer to this Article on how to get the User Details from the Field. public static SPUser GetSPUser(SPListItem item, string key) { SPFieldUser field = item.Fields[key] as

The Holy Grail of Plone workflow

删除回忆录丶 提交于 2019-12-03 03:15:11
We are in the process of implementing a Plone CMS as a repository for ISO9001-documents. ISO demands a certain amount of logging, as anyone familiar with the standard probably knows :-) For the sake of flexibility we would like to incorporate, in no specific order: New contenttypes : necessary to incorporate the different documents that can arise in an enterprise Versioning: to show that our documents are always up to date, and to show which changes were made vs a previous version of the same document Working copy support: so that a "published" document stays online while it is being edited

Property '' does not exist on type 'Object'. Observable subscribe

匿名 (未验证) 提交于 2019-12-03 03:05:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have just started with Angular2 and I've got an issue I cannot really understand. I have some mock data created as such: export const WORKFLOW_DATA: Object = { "testDataArray" : [ { key: "1", name: "Don Meow", source: "cat1.png" }, { key: "2", parent: "1", name: "Roquefort", source: "cat2.png" }, { key: "3", parent: "1", name: "Toulouse", source: "cat3.png" }, { key: "4", parent: "3", name: "Peppo", source: "cat4.png" }, { key: "5", parent: "3", name: "Alonzo", source: "cat5.png" }, { key: "6", parent: "2", name: "Berlioz", source: "cat6

Problems with starting Oozie workflow

匿名 (未验证) 提交于 2019-12-03 02:42:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have a problem starting a Oozie workflow: Config: <workflow-app name="Hive" xmlns="uri:oozie:workflow:0.4"> <start to="Hive"/> <action name="Hive"> <hive xmlns="uri:oozie:hive-action:0.2"> <job-tracker>${jobTracker}</job-tracker> <name-node>${nameNode}</name-node> <configuration> <property> <name>oozie.hive.defaults</name> <value>hive-default.xml</value> </property> </configuration> <script>/user/hue/oozie/workspaces/hive/hive.sql</script> <param>INPUT_TABLE=movieapp_log_json</param> <param>OUTPUT=/user/hue/oozie/workspaces/output</param>

Use workflow to evaluate dynamic expression

匿名 (未验证) 提交于 2019-12-03 02:38:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I would like to pass an object and expression into a dynamically created workflow to mimic the Eval function found in many languages. Can anyone help me out with what I am doing wrong? The code below is a very simple example if taking in a Policy object, multiple its premium by 1.05, then return the result. It throws the exception: Additional information: The following errors were encountered while processing the workflow tree: 'DynamicActivity': The private implementation of activity '1: DynamicActivity' has the following validation error:

RESTful API: Where should I code my workflow?

孤人 提交于 2019-12-03 02:33:11
I am developing a RESTful API. This is my first API, but also my first really big coding project. As such, I'm still learning a lot about architecture etc. Currently, I have my api setup in the following layers: HTTP Layer Resource Layer Domain Model / Business Logic Layer Data Access / Repository Layer Persistent Storage / DB Layer The issue I have run into at the moment is where do I need to put workflow objects / managers? By workflows, I mean code that evaluates what next step is required by the end user. For example, an e-commerce workflow. User adds item to basket, then checks out, then