2 Replies Latest reply on Dec 23, 2008 4:32 AM by pieter.martin

    Process Definition Security

    pieter.martin

      Hi,

      In our Seam / jBPM system, human actors create instances of business processes and then proceed with the tasks.

      Does jBPM have any support for security as to which actors may see certian ProcessDefinitions?

      What would be the best approach for having role based security for access to ProcessDefinitions?

      Thanks
      Pieter

        • 1. Re: Process Definition Security
          kukeltje

           

          "pieter.martin" wrote:

          Does jBPM have any support for security as to which actors may see certian ProcessDefinitions?

          No

          "pieter.martin" wrote:

          What would be the best approach for having role based security for access to ProcessDefinitions?

          uhhhmm... by implementing it in your application.... ??? Since we do not know how your application works we cannot answer it in more detail

          • 2. Re: Process Definition Security
            pieter.martin

            Ok, thanks.

            I am basically adding a many to many relationship between ProcessDefinition and our Role table and giving users with the appropriate role access to certian ProcessDefinition.

            Cheers
            Pieter