a workflow is a model of the organization of work items
0
votes
0answers
3 views
Has Anyone Successfully Used CMU Sphinx for Programming by Voice Recognition
I want to start doing some of my coding by voice recognition software (maybe 10-20% of the work I do).
I've seen that some people have had success with Dragon Natural Speaking (DNS) software, but I ...
0
votes
0answers
5 views
how do i find a good workflow for my project
i am going to use a workflow in my project. i have BPMN and my forms are ready. the system architecture is SOA. the technology is c#, W CF, silver light.
Now i am looking for a powerful workflow. the ...
0
votes
0answers
9 views
At what point do the Input Parameters of a WCF Workflow Service get instantiated/set?
I have a very simple XOML file with a single Code Activity inside the ReceiveActivity Handler.
The ReceiveActivity is mapped to an Interface called IRulesEngineService wih a single method on it.
...
0
votes
1answer
19 views
Object #<Object> has no method 'getStore' on the app init
I'm trying to get Store in the view on the init of the applicatoin, however the console tells me: Object #<Object> has no method 'getStore'
I'm wondering how would you get a store in this ...
0
votes
0answers
3 views
Best Compass + SMACSS structure?
As a lazy web engineer, one of my passions is always look and try to reach the perfect workflow. So, lately i've read a lot about SMACSS and OOCSS and i want to start applying it to my projects.
I've ...
0
votes
0answers
10 views
Mountain Lion Automator: Application runs a series of mini Applications but yields no results
Using Automator, I have a stack of mini applications that I combined into one application. It used to work on Snow Leopard but is a failure in Mountain Lion. It looks like it works on ML (green ...
0
votes
1answer
12 views
How to invoke a stored procedure from DbUpdate Activity from the Workflow Designer
I open my rehosted workflow Designer, then I open my workflow which includes a DpUpdate Activity (for information on DbUpdate Activity you can use the following link )
...
1
vote
2answers
29 views
How to get outArgument WorkflowApplication when wf wait for response(bookmark OR idle) and not complete
Accessing Out Arguments with WorkflowApplication when wf wait for response(bookmark OR idle) and not complete
0
votes
1answer
20 views
How to read the value of a custom workflow argument in a MSBuild proj file
I added a custom workflow argument using the steps outlined here. Now, how do I read the value of this argument from the custom MSBuild script I have included in the build definition that uses this ...
0
votes
0answers
29 views
how to get data from wwf workflowApplication ,Runtime [duplicate]
How to GET OutRahgiri value to aspx file Without WCF in RUNTIME OR befor idle(Bookmark) WorkFlow Type:WorkflowApplication
public class CustomActivity:CodeActivity
{
[RequiredArgument]
...
0
votes
0answers
11 views
Sharepoint Designer Set Task Field drop-down is showing empty [migrated]
Using SPD 2010 I created an Approval process. I have added few custom field to my task list and now under "Before Task is assigned", the action "Set Task field" is not showing anything on the ...
0
votes
0answers
4 views
Declarative Workflows on SharePoint 2010 Cloud
I made Declarative Approval Workflow with InfoPath Forms on SharePoint 2010 Cloud.
All work properly, but sometimes workflow dont work properly:
Without any changes start to cancel approval and ...
0
votes
0answers
27 views
Missing data in PDF (for email attachment) generated from Dynamics CRM Workflow
I have a website running on Microsoft Dynamics CRM 2011. I have set up a workflow to run whenever an order is completed. It generates an email and an attachment (an SSRS pdf report) with some order ...
-2
votes
0answers
20 views
aperteworkflow automatic step base on role
this image shows how the process that I want.
I want to make automatic step, #{initiator} start the task (task_1), with muleScript, next step is automatic step base on #{initiator} role, exp: if ...
-1
votes
0answers
22 views
GIT working with multiple developers workflow
I got a bit confused with git workflow say i work with another developer over bitbucket.
i create commit and dont push it to bitbucket
other developer creates commit makes pull request on bitbucket
...
1
vote
0answers
13 views
Are there more explicit commands/toolbars and feedback for Eclipse for Android?
I'm new to Eclipse. I may need a better understanding or a plugin that would provide me with features described below. While doing some Android development, and I while making changes to my code at ...
0
votes
0answers
14 views
Retrieving the COM class factory error appears Only in debugging mode
I created a new SharePoint 2010 workflow.
I inserted different Breakpoints in the design mode of the WF and launched the debugging mode.
Once the debugging starts, I get this error:
Error loading ...
0
votes
1answer
24 views
git squash and keep the last commit exactly
I am getting merge conflicts when squashing commits and the last commit ends up DIFFERENT than it was before the squash. Why does the final result change when i run
git rebase -i someothercommit
...
0
votes
2answers
82 views
Looking for well-logged Make output
Shorter question:
Make targets have files as dependencies; let's say one example dependency is the file "D." I would like Make to traverse its dependency graph, and for each "D," also depend on ...
2
votes
1answer
29 views
git workflow in research enviroment
Working on academic research I still haven't found a good git workflow for our project.
Setting:
We have main project kept in branch master. When new idea emerges a new branch is created to support ...
0
votes
0answers
4 views
Best approach to loading assets from CDN, minifying and combining across multiple environments
I've got an application with 4 environments (dev, testing, internal (for company use only), and production) using git.
I spent a week scrutinizing page load speeds on my app and looking at the best ...
0
votes
1answer
43 views
Alfresco activiti workflow deploy
I have a bit of a problem.
I have created a workflow with the Activiti plugin in Eclipse.
I have a model, context file and the bpmn20.xml file.
Everything is deployed in shared/alfresco/extension but:
...
0
votes
0answers
10 views
git-svn: preserving merges across two different git-svn repos
We have been using a workflow at work for several months where SVN developers create SVN fix branches which are merged into an integration branch using git and committed back into SVN, a merge at a ...
0
votes
0answers
35 views
Custom workflow actions with empty code generate active feature error
Well, i tried to create custom action for sharepoint 2013. But i can't. Even if i change setup to "No activation". visual studio generate error :
Error 1 Error occurred in deployment step ...
0
votes
1answer
17 views
How to open a XAML file outside of VS2010 with a XAML editor?
I am having errors loading a xaml file into workflow designer, I read somewhere that if I open this XAML file in the XAML editor the ~ squigly signs might help debug the issue. However my XAML file ...
1
vote
2answers
30 views
Is squashing commits into one best practice (for this particular workflow)?
I have the following git workflow:
Create new feature branch
Work on feature branch
Commit often
Once feature is complete, merge into master branch
Rinse and repeat
However, sometimes, I have the ...
2
votes
2answers
35 views
Creating a working copy for Plone 4 custom content types
I have created a custom Plone content type in my package i.e. my.product.
I am in need of integrating a working copy support: so that a "published" document (in my case, a published content type) ...
0
votes
0answers
36 views
Sharepoint designer - Collect data from user error
I' am new in sharepoint workflow development. I created my workflow in sharepoint designer 2010. My problem is the following:
My workflow has a few steps, in every step I use the collect data from ...
0
votes
0answers
11 views
Outlook flashes / flickers after clikcing Open Task button from a SharePoint workflow email notification [migrated]
I have developed a custom workflow in SharePoint Designer 2010. The workflow runs as expected. I receive the email notification that a task has been assigned to me and the email asks me to click the ...
3
votes
1answer
32 views
git workflow with multiple, different remotes
At work, we developed scripts and extensions to Nagios. We provide a supervision service to ~30 customers (each customer having a Nagios server). Some customers have specific configuration (new ...
0
votes
0answers
23 views
How to get a list of MS Sample workflow activities (aka Sample activity libraries?) [closed]
What are and where can I get a list of all available Microsoft Sample Workflow Activities for .Net 4 or afterward?
Once I find them, are those samples distributable?
Thanks in advance.
0
votes
2answers
64 views
How to add a custom tracking field in Alfresco Activiti Workflow
My aim is to add a custom field in a workflow which tracks the inputs during the workflow steps as the bpm:comment property.
So i tried to add a simple custom property field in bpm-model:
<type ...
1
vote
0answers
51 views
OpenERP Workflow (ver 7)
I go through openerp doc for create work flow to my model.its worked correctly in first 3 stages.
ex : 'new','assigned','negotiation'
but not worked for 'won','lost' levels.
here is my relevant codes ...
2
votes
4answers
50 views
Applescript: Highlight most recent file from group
I'd like to know how you'd go about creating an action where you could highlight a group of files and get the modification date from them, then have it highlight/select/label the file with the most ...
1
vote
1answer
30 views
Sending an alert mail via a workflow
I am currently doing support on a SharePoint 2010 intranet.
A functionality has been implemented in a site allowing users to make holiday requests.
A user must fill in an InfoPath form to make an ...
1
vote
0answers
20 views
M2T Xpand with existing ecore model
I have an ecore model MyModel.ecore for which i want to generate code using Xpand. I dont have edit code or a runtime environment for the xpand project, i just want to create a xpand project, load ...
0
votes
0answers
38 views
CRM Workflow Process Activity Count not including activities from quick campaigns
In CRM, I am using a workflow to capture the activity count for leads - by assigning the value of a custom field (Activity Count) to the process- activity count value. I am doing this on activity ...
0
votes
1answer
22 views
Conversion between workflow Xaml and workflow dll
This is a workflow novice question from me. Is there any way to simply convert a workflow XAML file into a Workflow dll file, and therefore use the result as an activity in the activity toolbox of ...
0
votes
0answers
23 views
Workflow Foundation - Advice on a simple process
I am starting on Workflow Foundation 4 and i've been asked to do a simple example to show to a client (unfortunatly in a tight timeframe) and i could use some help on how to start with it.
The ...
-1
votes
0answers
23 views
workflow for DJ apps? [closed]
I'm a 3rd year student in France and I'm working on a paper about the business workflow of "professional Dj apps".
One of the ways that I'm trying to address the issue of "professional" is by ...
1
vote
1answer
24 views
sharepoint workflow solution not working
i have made a sequential workflow in visual studio 2010.
the workflow is working fine on me local machine. i have packaged it to a solution and uploaded it to our intranet. using site settings ...
0
votes
0answers
28 views
crm 2011 dialog behaving differently
I am using dialog to prompt questions to end user and using input information to raise case. The same dialog has two different product questions on their own page. Each page asks "Would you like you ...
0
votes
0answers
28 views
Mwe2 Workflow - modify variables at runtime
I'm trying to make a tool in which the users can choose a model for the mwe2 file and then the generated file to be placed where the user wanted (directory etc..)
My question is if the following can ...
0
votes
0answers
28 views
How to use LookupSPGroupMembers in Workflow Custom Activity (SharePoint)
I am creating a custom workflow in sharepoint designer 2013 but i have hit a snag where i cant work out a way to check to see if a user belongs to a specific user group.
This has led me to create a ...
1
vote
1answer
24 views
Why my rehosted WF4.0 designer does not display the xaml file name on the Designer Surface
As you can see on the left top corner of the middle pane instead of a workflow xaml file name you see the following _48d3 which I believe is the default class name. What have I done wrong because I ...
0
votes
0answers
29 views
How to make the default value of a workflow's InArgument Read-Only in WF4.0
When in a re-hosted workflow designer you create a new workflow, Is there any way to make the Default value of the InArgument ReadOnly in the Workflow Designer Surface?
There is no code behind for ...
1
vote
2answers
50 views
Dynamic workflow with web page UI similar to jBPM
My customer wants the ability to create dynamic workflows from a web page, using a jBPM-like user interface. Obviously jBPM is not meant to be used by a non-developer, and the jBPM UI is not meant to ...
0
votes
1answer
28 views
alfresco workflow task: oncreate listener set some fields to view them
I'm trying to deploy a new workflow in alfresco 4.0.e but I have a problem.
I have a task and I need to show some text message in that task. The message is in the execution of that task. So I created ...
1
vote
1answer
62 views
Alfresco: Show task fields in another task(view them)
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">
...
0
votes
0answers
26 views
Share point workflow Current Task id in task edit url
I am working on share point designer workflow and want to mail the taskedit url to approver.
I have set my current task id in variable but the strange thing is when I try to mail my current task id in ...

