how to create customized workflow patterns in jbpm process designer - process

can anyone guide me for how to create customized workflow patterns in jbpm process designer. I have tried creating customized nodes but need an way to create workflow patterns .

Related

How to use web service as data source on Pentaho

I am trying to use a web service as a data source in the Pentaho report designer.
Can you please guide me on this.
If you don't have Pentaho Data Integration, you can do it the hard way with Groovy scripting, I have an example here (although it uses a Java client not a Web client):
http://funpdi.blogspot.com/2014/09/groovy-datasources-with-pentaho-report.html
With Pentaho Data Integration, you can create a transformation that uses a REST step to get data from a web service. Then in Pentaho Report Designer you can create a Pentaho Data Integration datasource, choose the step you want to get fields from, then use those fields in your report. There's a great blog post explaining this process:
http://infochick76.blogspot.com/2013/10/pentaho-report-integration-with-web.html

How to move SharePoint designer developed workflow one site to another site?

How to move SharePoint designer developed workflow one site to another site.
what are the steps by do i am follow .
It is advisable to create a reusable workflow from designer, if you want to move to another site.
If you have created list workflow,
here is good article that demonstrates step by step guidelines to move SP designer list workflow from one site to another site.

How to integrate Pentaho with .NET

I have been looking for some tutorials or articles, how I could integrate Pentaho with .NET, but looks like there is nothing at all. No examples, no articles.
Is it possible at all? Any links would be useful.
Thank you.
what sort of integration do you want between pentaho and .NET?
We can do integration with .net:
Follow the below steps:
If you created jobs and transformations in pentaho then you want schedule the jobs using .net then create the .BAT file using pentaho and call the .BAT file from .NET
Regards
Prasada

custom search control for task list in sharepoint 2010

I'm developing a sequential Sharepoint Foundation (Share point 2010) workflow in Visual Studio.
I can create costume tasks using a CreateTaskWithContentType activity, I need to create custom search control for this task list that meet my business can you please guide me
Thanks

Org Chart Control/Plug-In for VB.NET WPF multitouch application

I have been working on a UI app (written in VB.NET and using WPF) which creates charts using the Microsoft Chart Control for Windows Forms. The application retrieves data periodically from a remote database, parses and formats the data to create series, and then creates a chart based off the series which is then hosted in a WindowsFormsHost control. So far this process has been working well.
I have now been tasked with adding an organizational chart. The requirements state that it should have "drill-down" and touch functionality. I have not been able to find an org control like the chart controls I have been using. The closest one I found was the tree view control that comes with .NET Studio. I have looked at the WPF: Org Chart TreeView Conditional Formatting SO question, and also read the recommended Josh Smith CodeProject articles, but my boss does not want me to pursue developing my own org control at this time.
Is there a good third-party solution/plug-in already available? It would need:
...to be capable of being integrated
into the WPF as a control (like the
Chart Control mentioned above),
...to generate org charts dynamically
by connecting to a remote Oracle
Database to retrieve the data based
on either predefined views or
specific select statements (or read a
flat file to generate an XML file
containing all the relationships and
branches),
...to have a hierarchy that was
navigable by touch, i.e. touching a
node would show the branches beneath
that node--touching the node again
would hide the branches.
Any suggestions/help are greatly appreciated. I haven't been able to find any third-party options that fit all these requirements.
Unifosys Chart4.NET is a fully-featured organization chart component:
Documentation: chart4.net
-Supports database(ODBC)/datatable/XML/CSV
-Has Expand/Collapse
-Has Drill-down and hyperlinking
-Availbale for winforms and webforms
Create Org Chart from Database:
http://unifosys.com/hierarchy-chart/Create_Organization_Chart_From_Database_Sample.html
Online Database Demo:
http://organization.unifosys.com/Create_Organization_Chart_From_Database_Sample_WebForm.aspx