2 Replies Latest reply on Oct 9, 2011 11:55 PM by ashpcs

    JBPM Custom Editor  - For multiple things

    ashpcs

      Hi All,

       

      Is it possible to create a custom editor / extend WorkItemParameterMappingDialog /EditListDialog to support following ?

       

      1) Display process variables list so that user can  choose process variable from the list and map it with Work item parameter

       

      2) Create a new process variable and adding it to the BPMN process without user interaction.

       

       

      Regards,

      Ashish

        • 1. Re: JBPM Custom Editor  - For multiple things
          tsurdilovic

          Have you taken a look at the code to see if it's possible? Pretty generic question. Maybe after you take a look at try to implement what you need you can ask specific questions that would be easier to pinpoint the answers to.

           

          Thanks.

          • 2. Re: JBPM Custom Editor  - For multiple things
            ashpcs

            Hi Tihomir,

             

            You are correect. Also If you see I have mentioned jBPM plugin classes which does the job of setting parameter mapping to BPMN file.

            I was able to solve this issue few days back after looking into the eclipse plugin architecture  and using WorkItemParameterMappingDialog

             

            After digging more into the source code I found that I can get the process from BPMNModelEditor and using WorkItemNode instance available we can  perform various operations.

             

            Regards,

            Ashish