workflow

svnmerge workflow

徘徊边缘 提交于 2019-12-03 20:07:27
问题 How are you using svnmerge for merging and branching in svn? Specifically I ask because I have started using svnmerge to track a specific branch in a project I work on. I did svnmerge merge and ended up with lots of strange files like .merge-left , .merge-right , .working . Now, I want to see how others use it to end up learning how I can revert my changes and apply a merge the best proper way. 回答1: If you are seing the merge-left/right/working files then it means that there's been a conflict

Launch a subdag with variable parallel tasks in airflow

 ̄綄美尐妖づ 提交于 2019-12-03 19:33:11
I have an airflow workflow that I'd like to modify (see illustration at the bottom). However, I couldn't find a way to do that in the docs. I've looked at subdags, branching and xcoms without luck. There doesn't seem to be a way to specify how many tasks should run in parallel in a subdag based on a return from an operator. To add to the problem, each task in the subdag receives a different parameter (an element from the list returned by the previous operator) This is an illustration of what I'm trying to do : I've run into this as well and haven't really found a clean way to address it. If

Django workflow when modifying models frequently?

会有一股神秘感。 提交于 2019-12-03 18:20:54
问题 as I usually don't do the up front design of my models in Django projects I end up modifying the models a lot and thus deleting my test database every time (because "syncdb" won't ever alter the tables automatically for you). Below lies my workflow and I'd like to hear about yours. Any thoughts welcome.. Modify the model. Delete the test database. (always a simple sqlite database for me.) Run "syncdb". Generate some test data via code. goto 1. A secondary question regarding this.. In case

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

杀马特。学长 韩版系。学妹 提交于 2019-12-03 17:17:59
问题 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

viewflow.io: implementing a queue task

萝らか妹 提交于 2019-12-03 15:53:46
I would like to implement the following use case with the ViewFlow library : Problem Processes of a particular Flow, started by a user, must wait in a queue before executing a celery job. Each user has a queue of these processes. Based on a schedule, or triggered manually, the next process in the queue is allowed to proceed. Example A node within my flow enters a named queue. Other logic within the application determines, for each queue, when to allow the next task to proceed. The next task in the queue is selected and its activation's done() method called. An example flow might look like this

SharePoint list item permissions

回眸只為那壹抹淺笑 提交于 2019-12-03 15:51:09
I want to programmatically make it so that users can see only particuar items on the list. Basically in an workflow that runs when an item is created I'm going to do some stuff and notify some people about this item. I also want it to change the permissions on the item so that only particular users (looked up on runtime based on the items contents) can read the item. The rest of the users that have access to the list will only see particular items but not all of them. The list item might not necessarily be owned but the user(s) that need to see it so I can't set the list permissions to letting

ASP.NET based Workflow Engine

自闭症网瘾萝莉.ら 提交于 2019-12-03 14:30:34
I am working on a design spec for a new application that will be heavily workflow driven. Before I re-invent the wheel, is there a decent lightweight workflow engine that plugs into ASP.NET already around? Basically, I'm looking for something that handles moving through a defined set of workflow pages while handling state management automatically. If this isn't around already, I'll definitely try to abstract the engine from my app and put it on codeplex, as it would be really handy. Any suggestions? Note: .NET 2.0, so no WWF, though I think WWF is overkill for my needs. EDIT: Seems like there

Rancher 部署 loonflow 工单系统

旧巷老猫 提交于 2019-12-03 14:30:20
上篇文章介绍用实例主机部署: https://www.cnblogs.com/weavepub/p/11672305.html ,本文采用Rancher上部署。 文章所有的文件都托管在Github: https://github.com/weavepub/loonflow-shutongflow 一、安装mysql 1.1 安装 服务名:workflow-db 镜像名:mysql:5.7 环境变量:MYSQL_ROOT_PASSWORD,值:123456 持久化路径: /var/run/mysqld /var/lib/mysql /etc/mysql/conf.d 1.2 创建数据库 mysql -uroot -p mysql> CREATE DATABASE loonflow DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; mysql> CREATE DATABASE shutongflow DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; 1.3 导入数据 sql文件放在workflow-sql目录中 mysql -uroot loonflow < loonflownew.sql mysql -uroot shutongflow < shutongflow.sql 1

Can we host a Workflow Service as a Windows Service?

女生的网名这么多〃 提交于 2019-12-03 13:53:02
问题 I am working on a logging application that requires me to have a Workflow that is exposed as a Service (Workflow Service). We want to host it as a Windows Service (don't want to host workflow service as .svc file in IIS). Another reason for having it as windows service is to be able to communicate with the service through the Named pipes. Can we expose a Workflow Service through Named Pipes without hosting it in IIS? 回答1: Yep bep, you sure can. At least, I have accomplished as much with

The Holy Grail of Plone workflow

人盡茶涼 提交于 2019-12-03 12:53:07
问题 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