Discussion:
[jboss-user] [jBPM] - Is it possible to specify the TaskForm as a property / input internal to the Process Definition instead of using separate file?
Thomas Setiabudi
2013-07-08 08:36:50 UTC
Permalink
Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created the discussion

"Is it possible to specify the TaskForm as a property / input internal to the Process Definition instead of using separate file?"

To view the discussion, visit: https://community.jboss.org/message/826822#826822

--------------------------------------------------------------
Hi,

I am using JBPM5.4 Final, currently we use our own implementation of User Interface (UI), and then used the ftl file of process and task just to point to the UI's URL.

so for example, if I have process with ID:
"test.mytestProcess"
then the file "test.mytestProcess-taskform.ftl" will contain just the URL of my custom built User Interface.

My question is, instead of using file like "test.mytestProcess-taskform.ftl" to store the URL of my User Interface, can I just define the URL as an input in the process? for example process's metadata
While this can be done for Human Task with InputVariables, So far I did not find any way to do this for process form.

Any thoughts?

Regards,
Thomas Setiabudi
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/826822#826822]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Tihomir Surdilovic
2013-07-08 23:25:44 UTC
Permalink
Tihomir Surdilovic [https://community.jboss.org/people/tsurdilovic] created the discussion

"Re: Is it possible to specify the TaskForm as a property / input internal to the Process Definition instead of using separate file?"

To view the discussion, visit: https://community.jboss.org/message/826969#826969

--------------------------------------------------------------
It is possible, but most likely would mean addition of an jbpm specific extension attribute to bpmn2. We try not to add extensions unless absolutely required. I think you could make a pitch for it by opening a Jira for this to explain why you would like this.

HTH
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/826969#826969]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Thomas Setiabudi
2013-07-09 09:23:37 UTC
Permalink
Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created the discussion

"Re: Is it possible to specify the TaskForm as a property / input internal to the Process Definition instead of using separate file?"

To view the discussion, visit: https://community.jboss.org/message/827060#827060

--------------------------------------------------------------
point taken, thanks Tiho.


My main reason why I need this is just because Guvnor occasionally run into error. So I want to minimize my dependency to Guvnor.

Maybe changing or extending BPMN for this is not a really good idea.

Regards,
Thomas Setiabudi
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/827060#827060]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Loading...