Process Management - Few basic questions

Moderator: crythias

Locked
dolfiz
Znuny newbie
Posts: 85
Joined: 15 Jan 2014, 21:07
Znuny Version: 3.3.3
Location: Italy

Process Management - Few basic questions

Post by dolfiz »

We are developing a process with this cool feature of OTRS but we've got some doubts that the documentation did not clear:

1) the check on transition conditions is done only when a ticket is modified or also as soon as it reaches an activity? in other words, if a ticket reach an activity and its property already satisfies the conditions of an outbound transition, it immediately jump over to the next activity? I thought that this should be the way it works, but sometimes a ticket stucks on an Activity though its properties should satisfy an outbound Transition :?

2) are Activities expected to be necessarily associated to Activity Dialog or the feature can be used like a BPM (Business Process Management) tool with automatic workflows, without Agent interaction? I'm asking this because I've made a Process with some Activities without Activity Dialogs, that through Transition and Transition Actions, performs automatic actions (set some fields, set queues based on field values, etc...). This is done at the first steps in the workflow. The problem is that when the ticket reaches the first Activity of the Process that expects Agent interaction (i.e. it has an Activity Dialog set), click on Activity Dialog button throw the error: "No 'StartActivityDialog' for Process 'P4' found!". The error is not really verbose and I'm having hard time to understand what is the problem :(

Thanks in advance.
Luca
OTRS 3.3.3 - Ubuntu server 12.04 - MySQL
dolfiz
Znuny newbie
Posts: 85
Joined: 15 Jan 2014, 21:07
Znuny Version: 3.3.3
Location: Italy

Re: Process Management - Few basic questions

Post by dolfiz »

UPDATE:

I was able to avoid the error "No 'StartActivityDialog' for Process 'P4' found!" adding Activity Dialogs to every Activity. So I guess that, though not clearly stated in documentation, Activities must be associated to at least one Activity Dialogs. Similar doubts exist about Transitions and Transitions Actions: can a Transition exist without Transitions Actions attached? The tool let it, but sometimes such Transitions seem to be ignored.

The Process Management topics seem to be the ones less documented and supported, though it's a cool and powerful feature :(
OTRS 3.3.3 - Ubuntu server 12.04 - MySQL
Locked