3 Replies Latest reply on Apr 3, 2008 5:17 AM by gaurav_sethi

    Document attachment possible ?

    pinotnoir

      Hello,

      is it possible to design with jBPM a workflow in which a document (up do 10 Mb) is attached and evaluated?

      Thank you for your answer,
      All the best,

      jp.

        • 1. Re: Document attachment possible ?
          stibrian

          I suppose you could persist it as a byte[], jBPM will persist them, but there will likely be issues with a blob that big (talking on pure assumption here).

          The alternative is to store some reference to your document in the process, and reference it when you need to with a link or some such assuming you have some PK to the external system (or your system) where the document is actually stored.

          • 2. Re: Document attachment possible ?
            jits_1998

            Hi,
            jBPM comes with a module definition called FileDefinition. This can be used to attach multiple files to a process.

            cheers!

            • 3. Re: Document attachment possible ?
              gaurav_sethi

              Can you please put some light on FileDefinition. I am using jbpm-console application. Can I attach a document through that.