workflow

Proper version control workflow for a mixture of repositories

僤鯓⒐⒋嵵緔 提交于 2019-12-23 02:32:21
问题 Would appreciate your feedback on the following (I'm a Git beginner). I have a public repo on GitHub for my dissertation study's artifacts (mostly software, written in R ). I'd like to adapt a third-party GitHub repo, containing LaTeX dissertation template (basically, I want to periodically sync with it, merging changes, which I want/need). I've created corresponding submodule for the manuscript within my main project directory structure. However, now I questioning whether this route is the

Custom WorkFlows vs Plug-ins in MS CRM

偶尔善良 提交于 2019-12-22 17:48:53
问题 I used a lot of Plug-in code to implement business logic in CRM but now I've came up with this feature called Custom Workflow Activity. now i wonder When to use these custom workflows over Plug-ins ? 回答1: Code Activities are custom steps which can be inserted into one or many different workflows. Kind of "plugins" but used to be inserted in workflows. Workflows give you more feedback because they are represented visually in CRM, so non technical people can see the status of a workflow, and

Using Subversion Tags to Deploy to Development/Staging/Testing Server

家住魔仙堡 提交于 2019-12-22 13:58:10
问题 Are Subversion Tags a good way to post to a development or staging server? I envision this. As the trunk becomes stable, a tag is created with that build. The development server switches to that tag utilizing Subversion, updating to the latest revision of files, deleting no longer needed files, etc. The server account I envision would also only have read only access to the repository. Does this make sense? I am thinking of a way I can eliminate manual hand-copying files up to the development

Migrating Activiti tasks from old process to new process

[亡魂溺海] 提交于 2019-12-22 05:38:13
问题 I have an Activiti project for some business process. The problem is about migration. An existing process has some unfinished tasks. I want to modify the existing process by adding a new step. Now, when I create a new task, this new task will be processed according to the updated process. And unfinished tasks will be processed according to the old process. Let's take the following example: https://spring.io/blog/2015/03/08/getting-started-with-activiti-and-spring-boot In this example,

Standard Workflow when working with JPA

旧街凉风 提交于 2019-12-22 05:35:17
问题 I am currently trying to wrap my head around working with JPA. I can't help but feel like I am missing something or doing it the wrong way. It just seems forced so far. What I think I know so far is that their are couple of ways to work with JPA and tools to support this. You can do everything in Java using annotations, and let JPA (whatever implementation you decide to use) create your schema and update it when changes are made. You can use a tool to reverse engineer you database and

Java Open Source Workflow Engines [closed]

拟墨画扇 提交于 2019-12-22 05:14:22
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . What is the best open source java workflow framework (e.g. OSWorkflow, jBPM, XFlow etc.)? 回答1: Here's an article that compares kBPM, OpenWFE, and Enhydra Shark that looks like it has some good, thorough info. 回答2: It depends what kind of initial investment you want to make. jBPM is the best in terms of features

Forcing a TFS2010 workflow build to FAIL instead of PARTIALLY SUCCEED

不想你离开。 提交于 2019-12-22 04:03:16
问题 I currently have a custom workflow activity to run an external process, after the solution has been compiled successfully, that returns an ExitCode <> 0 if the external process has failed. Once I know that the process has failed, I want to set the build status to FAIL (as you would see if code has not compiled) so I have added a SetBuildProperties activity which will set the Status property to BuildStatus.Failed but this only seems to result in giving a Partially Succeeded build when the

Local branches show-up on GitHub's “Network” view

南楼画角 提交于 2019-12-21 22:17:22
问题 We are using Git and our workflow consists of a 'dev' and 'master' branch which lives on GitHub and each developer's local repository. No work is performed directly on 'master' or 'dev', but rather in local branches and only merges happen on 'dev' and later with 'master'. We do not push local branches to GitHub. For some reason developers' local branches show up in the "Network" view on GitHub and this clutters up the network diagram (I should point out that the branch itself doesn't exist

Git work flow with an inexperienced member

醉酒当歌 提交于 2019-12-21 17:52:39
问题 What would you suggest as a work flow when there is a inexperienced developer joins the team. I have been using git for my projects and now a new developer will join but he has not used any version control before. Project resides in Github and I have no way of pulling directly with him. We are both behind firewalls. Should I create a branch for him on github and merge it to master my self or do I ask him for patches at the end of the day. 回答1: I haven't worked much with github (I do use it,

Plone 4: restricting published content

倖福魔咒の 提交于 2019-12-21 16:26:12
问题 On a Plone 4.x install, can either published content be restricted to a certain user/group or private content be made to show in menus and searches for not-logged-in users ? I have a customer who wants to be able to have content that can only be viewed by a certain user/group, but will show up in a menu or search when not logged in. What would be the best approach for achieving this functionality? 回答1: You'll have to customize your workflow as below: go to Zope Management Interface-> portal