optimajet / WorkflowEngine.NET

WorkflowEngine.NET - component that adds workflow in your application. It can be fully integrated into your application, or be in the form of a specific service (such as a web service).
https://workflowengine.io
870 stars 246 forks source link

Passing Parameters from Angular to Active Current Custom Activity #66

Closed softtechinfo2020 closed 3 years ago

softtechinfo2020 commented 3 years ago

Currently am using WFE 4.2.2 and Creating some custom activity tool. Have to implement some functionality. Currently we used WFE 4.2.2 and Angular 9 Based on selecting activity from Canvas area am showing right side window. I need to pass right windows values to that particular activity and when i select that same activity should populate that related selection and enter values in right side window. Anyone can please kindly help to fix this. Screen shot attached here Note: Instead of Jquery popup window am using right panel window; image

optimajet commented 3 years ago

We have just published WFE 5.0 with a completely new Designer. Look at this https://workflowengine.io/demo/designer/. We don't use modal windows anymore. And you can customize each window. Additionally, you can drag'n'drop Activities from the Elements panel. Just click the Elements button in the toolbar and drag any activity on the canvas.

softtechinfo2020 commented 3 years ago

Hi , Thank you for your reply, I need to drag activity directly from toobar instead of drag activity from element popup

On Fri, 9 Oct 2020, 9:26 pm OptimaJet, notifications@github.com wrote:

We have just published WFE 5.0 with a completely new Designer. Look at this https://workflowengine.io/demo/designer/. We don't use modal windows anymore. And you can customize each window. Additionally, you can drag'n'drop Activities from the Elements panel. Just click the Elements button in the toolbar and drag any activity on the canvas.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/optimajet/WorkflowEngine.NET/issues/66#issuecomment-706262788, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN7KE7KUDXTSZUMGTXAMEEDSJ4XEJANCNFSM4R4GXLQQ .

optimajet commented 3 years ago

In the new version, you can completely customize toolbars, https://github.com/optimajet/WorkflowEngine.NET/blob/master/Designer/templates/toolbar.html, and create the toolbar with drag'n'drop if you want.

softtechinfo2020 commented 3 years ago

Thanks for your reply. I tried this way only and now I can able to customize toolbar but I can't able to do drag and drop functionality.please help me or share those line of code

On Fri, 9 Oct 2020, 9:55 pm OptimaJet, notifications@github.com wrote:

In the new version, you can completely customize toolbars, https://github.com/optimajet/WorkflowEngine.NET/blob/master/Designer/templates/toolbar.html, and create the toolbar with drag'n'drop if you want.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/optimajet/WorkflowEngine.NET/issues/66#issuecomment-706277406, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN7KE7MO56JYEQUW4RSPAH3SJ42PPANCNFSM4R4GXLQQ .

optimajet commented 3 years ago

You can look at drag'n'drop here https://github.com/optimajet/WorkflowEngine.NET/blob/master/Designer/templates/elements.html just combine two of this templates.