workflow

Suggest a persistent strategy for a workflow system

旧城冷巷雨未停 提交于 2019-12-08 05:23:08
问题 I am in the process of creating a UI configuration tool for my pet project. One aspect of this tool lets the end user DEFINE his orchestration. I then need to save this orchestration definition into a database. There will be a executable version of this definition in a running system. The executable version is created dynamically on-demand. Idea is to separate the DEFINITION from EXECUTABLE version so that I have the flexibility to choose the runtime version among BPMN or JPDL or a POJO based

How do I modify a VS Build Workflow if VS can't find any custom DLLs it uses?

自作多情 提交于 2019-12-08 04:53:20
问题 I'm using TFS Server 2010. In my source I have a folder called BuildProcessTemplates . This has a child folder called Custom Assemblies . Now, when the build runs, it happily loads the DLLs in the Custom Assemblies folder and does its thing. I need to modify the .xaml file that defines the workflow of the build. If I double click on the .xaml file VS tries to open it but throws an error saying it can't find certain types that I know are defined in the DLL that is in the Custom Assemblies

Development Workflow - Bootstrap (Less), Bower and Grunt

别来无恙 提交于 2019-12-08 03:33:11
问题 I am trying to step up my game as far as my folder structure and workflow is considered. I have recently discovered that front end package management and automation of tasks are key to improve speed, decreasing dev time, decrease file size and increase profit. My issue is I am not too sure what the best method of using these tools are. I have a builds folder, which includes a dev and prod folder. My components are outside this folder in the bower_components folder. I usually customise

Syncing website files between local and live servers using GIT?

放肆的年华 提交于 2019-12-08 02:38:08
问题 Say I have two web servers, one local development and one live. Under SVN I would checkout the website files to my local webserver's public_html directory and also to the live webserver's public_html directory. I would then work on the files directly on the local server and commit any changes to the central repository. When I'm ready for those changes to go live on the live server, I would SSH in and perform an SVN update. Essentially I have two working copies, one on live and one locally,

Can Rollup & Plugins convert the majority of legacy libraries to es6 modules?

喜欢而已 提交于 2019-12-08 02:27:29
问题 Our team's project is entirely es6 modules (ESM) internally, but has dependencies that have not yet made esm versions. We've created various solutions, but they are definitely not modern, mainstream solutions. By this I mean Rollup workflows which convert legacy formats to esm. Or equivalent. So here's the question: are there now Rollup converters/plugins which can let us bundle all, or at least most, legacy formats into esm? I.e. convert commonJS, iife, umd, amd, (and other) library formats

Create Email with a workflow in MS Dynamics Crm 2011 and dynamically fill the “To” field

十年热恋 提交于 2019-12-08 02:11:05
问题 I'm working on Ms Dynamics Crm 2011 development and I encountered following problem. My situation: I want to be able to automatically send an Email after a change on a specific status field on a record of the Entity "MyEntity". "MyEntity" has an Email-field. I try to create a workflow which sends an Email to the Email-field address of the "MyEntity" record after the status has been changed. My problem is that I can't add in the Email Creation workflow to the "To" field this "MyEntity" Email

How to get all the users list in Kaleo Workflow on Assign to Combo box?

心不动则不痛 提交于 2019-12-08 01:30:16
问题 I am working in Liferay Portal. I have created my custom work flow and created the portlet to start the work flow. I am done successfully with this but I am facing one problem, when the user clicks on Assign to button from Workflow Tasks to assign the task to some other user the combo box which display available users, it only display the users who has the Administrator or Owner Roles . As i have developed custom work flow in which i have defined my own roles, i wish to display the users with

Alfresco: Show task fields in another task(view them)

半腔热情 提交于 2019-12-08 01:24:30
问题 I'm deploying new workflow to alfresco 4.0.e. I have a task with formkey="cwf:submitLeaveTask" here is the code: <type name="cwf:submitLeaveTask"> <parent>bpm:startTask</parent> <properties> <property name="cwf:leaveDescription"> <type>d:text</type> </property> <property name="cwf:duration"> <type>d:int</type> <mandatory>true</mandatory> </property> <property name="cwf:startDate"> <type>d:date</type> <mandatory>true</mandatory> </property> <property name="cwf:leaveType"> <type>d:text</type>

Configuring Hudson/Jenkins for staging and production

北城余情 提交于 2019-12-08 01:12:23
问题 How do I configure Hudson/Jenkins to production and staging deploy with the same configuration? I have a build and deploy workflow configured in Jenkins to do production pushes. Now I need to use the same configuration to do a staging push, expect that couple of folder & DB names will change to reflect stage. I.e. Say from /var/prod/html to /var/stage/html and db from companyname_table to companyname_table_stage . I don’t want to do a copy of the configuration since I may have to change the

Hosting Windows Workflow Designer

二次信任 提交于 2019-12-07 20:05:26
问题 Does anyone have any experience hosting the Windows Workflow designer surface? I've seen a couple of rather difficult to follow examples on MSDN, but not much else - certainly nothing that offers an explanation into the process of hosting WF that is clear or easy to read... Are there better resources out there for hosting WF (or a workflow-like design surface - I'm not necessarily tied to WF) that actually make sense ? 回答1: There is a reference application from MSDN if you want to learn from