cancel
Showing results for 
Search instead for 
Did you mean: 

How to get system login user id and due date through script task

skhmujahid12
Champ in-the-making
Champ in-the-making
How to get system login user id and due date through script task. Also, How to define dynamic user allocation through business rules.
10 REPLIES 10

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi

How to get system login user id and due date through script task.
http://activiti.org/userguide/index.html#bpmnStartEvents

How to define dynamic user allocation through business rules.
Store output of the rule in the process variable and use expression to resolve e.g. assignee dynamically.

Regards
Martin

skhmujahid12
Champ in-the-making
Champ in-the-making
Hi Martin,

Thanks for the update. Can you please provide some example to Implement the same.

skhmujahid12
Champ in-the-making
Champ in-the-making
Hello,

Also, How to get system duedate through script task.

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

examples: search for "initiator"/"dueDate" in activiti jUnit tests.

Regards
Martin

skhmujahid12
Champ in-the-making
Champ in-the-making
Thanks for the update. How to highlight SLA to user if SLA breaches or due date exceeded. Can we show some highlighted color to user in my task if sla exceeded .

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

Yes it is possible but you have to implement it by yourself with the current API support or use TimerBoundary events (it can make process model less readable).

Regards
Martin

skhmujahid12
Champ in-the-making
Champ in-the-making
Thanks for the update. Also, let us know, Can we customize task inbox like can we create our own column for data purpose. If yes then what is the approach?

martin_grofcik
Confirmed Champ
Confirmed Champ
Can we customize task inbox like can we create our own column for data purpose.
yes

If yes then what is the approach?
It's up to you. I would use the same mechanism as activiti is using for upgrades.

Regards
Martin

skhmujahid12
Champ in-the-making
Champ in-the-making
Hi Martin, I mean to say, Is it feasible to customize My task Inbox. Can we add our own custom column apart from default like name, due date. If yes, can you please provide some reference link for the same.
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.