...
Beschreibung
This ActionHandler takes documents from a possible super or main process into the current one (sub-process). All documents that were attached to this process instance are copied.
Documents on tasks or activities are not transferred, since they should only be relevant in the context of the respective activity or task.
If the parameter upwards is set to true
, the documents are transferred from the current process (sub-process) to the super or main process.
...
Dieser ActionHandler übernimmt Dokumente aus einem möglichen Super- oder Hauptprozess in den aktuellen (Unterprozess). Alle Dokumente, die an diese Prozessinstanz angehängt wurden, werden kopiert.
Dokumente zu Aufgaben oder Aktivitäten werden nicht übertragen, da sie nur im Kontext der jeweiligen Aktivität oder Aufgabe relevant sein sollen.
Wenn der Parameter aufwärts auf STIMMT
wählen, werden die Belege aus dem aktuellen Prozess (Teilprozess) in den Super- oder Hauptprozess übertragen.
...
Klasse
Code Block |
---|
com.dooris.bpm.actionhandler.InheritAttachedDocumentsHandler |
Parameter
Parameter | Default valueStandardwert | DescriptionBeschreibung | Valid examplesGültige Beispiele |
---|---|---|---|
|
| This parameter specifies whether the attached documents should be fetched from the main process (f |
|
Example:
In order to use this actionhandler, you need to have two processes as a main and a subprocess. We have a main process which connects to the subprocess via the task ‘Subprocess Testing’.
...
Actionhandler is implemented in the task Subprocess for InheritedDocumentActionHandler:
...
When the main process is started, we uploaded a document to the instance.
...
After ‘First Task’ is completed, the process is going from main process to the subprocess.
...
| Dieser Parameter gibt an, ob die angehängten Dokumente aus dem Hauptprozess geholt werden sollen (f |
|
...
Beispiel:
Um diesen Actionhandler verwenden zu können, benötigen Sie zwei Prozesse als Haupt- und Unterprozess. Wir haben einen Hauptprozess, der sich über die Aufgabe 'Subprocess Testing' mit dem Teilprozess verbindet.
...
Actionhandler ist in der Aufgabe Subprocess für InheritedDocumentActionHandler implementiert:
...
Wenn der Hauptprozess gestartet wird, haben wir ein Dokument in die Instanz hochgeladen.
...
Nachdem die "Erste Aufgabe" abgeschlossen ist, geht der Prozess vom Hauptprozess zum Unterprozess über.
Der Teilprozess wird nach Abschluss der ersten Aufgabe gestartet. Sie können sehen, dass das Dokument, das an den Hauptprozess angehängt ist, kopiert wird und vom Unterprozess aus zugänglich ist.
...