Discussion:
[jboss-user] [jBPM] - Deadline in Human Task
Aditya Gaurav
2013-04-05 06:34:18 UTC
Permalink
Aditya Gaurav [https://community.jboss.org/people/e3aa3b] created the discussion

"Deadline in Human Task"

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

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

How can we set deadline in the human task?


Thanks
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2013-04-10 06:18:46 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: Deadline in Human Task"

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

--------------------------------------------------------------
please check the http://docs.jboss.org/jbpm/v5.4/userguide/ch.human-tasks.html#d0e5078 documentation about this.

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

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Aditya Gaurav
2013-04-10 06:26:22 UTC
Permalink
Aditya Gaurav [https://community.jboss.org/people/e3aa3b] created the discussion

"Re: Deadline in Human Task"

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

--------------------------------------------------------------
Thanks Maciej. I implemented it by extending the HTWorkItemHandler and overriding createTaskBasedOnWorkItemParams(). Which approach do you suggest - the one in the documentation or by overriding the WorkItemHandler implementation?
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2013-04-10 08:19:28 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: Deadline in Human Task"

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

--------------------------------------------------------------
I would recommend to go with the default supported way as you'll get tooling support for that as well. But if you have something that is not covered by the out of the box implementation then you can go with your custom extension to work item handler.

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

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

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