Is there anything out there to read my source code and generate a ER or Workflow Diagram from the开发者_如何转开发 logic of my script?
We have an application where we are creating an activity (say = CallA), this activity will be used in the worklfow project. This activity(CallA) will call a method which is present i开发者_Python百科n
What new features are planned开发者_如何学JAVA for WWF 5?See my PDC10 Talk Windows Workflow Foundation Futures
Although I\'ve been using git for some time now, I still consider myself a n00b, so please don\'t be too harsh on me.
I\'ve started to learn git in the past few days and I have a basic question. Imagine this situation: You create an empty folder and in there you create a foo.txt file.
We need to visualize BP (business process) into BPMN, but NOT by hands using modeler. We need to do it automatically in crm-web-based system written on PHP. I have input data (etc. array, xml, not car
Is it possible to run a Drools Flow process from a StatelessKnowledgeSession? If so, how? It doesn\'t have the startProcess(id, params) method and seems to only implement rule functionality. I have a
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_高级运维Want to improve this question? Update the question so it focuses on one problem only b
We are using mercurial in a single repository.We have a master branch and a develop branch (as well as feature branches, but they aren\'t germane to the issue at hand).
I have read few F# tutorials and I have noticed how easy is to perform asynchronous and parallel programming in F# compared to C#. Thus, I am trying to write an F# library which will be called from C#