Serwis ActivityInfoService przechowuje podstawowe informacje o wykonywanym zadaniu. Posiada następujące funkcje:

  • getPackageId - zwraca identyfikator pakietu, w którym znajduje się aktualnie wykonywane zadanie.
    • Parametry funkcji: brak

    • Rezultat funkcji:

      TypOpis
      StringIdentyfikator pakietu, w którym znajduje się aktualnie wykonywane zadanie
  • getPackageVersion - zwraca wersję pakietu, w którym znajduje się aktualnie wykonywane zadanie.
    • Parametry funkcji: brak

    • Rezultat funkcji:

      TypOpis
      StringWersja pakietu, w którym znajduje się aktualnie wykonywane zadanie
  • getProcessDefId - zwraca identyfikator definicji procesu, do którego należy aktualnie wykonywane zadanie.
    • Parametry funkcji: brak

    • Rezultat funkcji:

      TypOpis
      StringIdentyfikator definicji procesu, do którego należy aktualnie wykonywane zadanie
  • getProcessId - zwraca identyfikator procesu, do którego należy aktualnie wykonywane zadanie.
    • Parametry funkcji: brak

    • Rezultat funkcji:

      TypOpis
      StringIdentyfikator procesu, do którego należy aktualnie wykonywane zadanie
  • getActivityDefId - zwraca identyfikator definicji aktualnie wykonywanego zadania.
    • Parametry funkcji: brak

    • Rezultat funkcji:

      TypOpis
      StringIdentyfikator definicji aktualnie wykonywanego zadania
  • getActivityId - zwraca identyfikator aktualnie wykonywanego zadania.
    • Parametry funkcji: brak 

    • Rezultat funkcji: 

      TypOpis
      ObjectIdentyfikator aktualnie wykonywanego zadania
  • getProcessName - zwraca przetłumaczoną nazwę procesu.
    • Parametry funkcji: brak
    • Rezultat funkcji:

       

      TypOpis
      StringPrzetłumaczona nazwa aktualnego procesu
  • getActivityName - zwraca przetłumaczoną nazwę wykonywanego zadania.
    • Parametry funkcji: brak
    • Rezultat funkcji:

      TypOpis
      StringPrzetłumaczona nazwa aktualnego procesu

ActivityInfoServicestores basic information about the task being performed. It has the following functions:

    • getPackageId - returns the identifier of the packet in which task currently being performedis located.
    • Function parameter: null
    • Function result:

Type

Description

String

Identifier of the package in which the task currently being performedis located.

 

  • getPackageVersion- returns the package version in which the task currently being performedis located.
    • Function parameter: null
    • Function result:

Type

Description

String

Version of the package in which the task currently being performedis located

 

  • getProcessDefId- returns the ID of the process definition to which the task currently being performedbelongs.
    • Function parameter: null
    • Function result:

Type

Description

String

Process definition ID to which task currently being performedis belongs

 

  • getProcessId- returns the process ID to which the task currently being performedbelongs.
    • Function parameter: null
    • Function result:

Type

Description

String

Process ID to which the task currently being performedbelongs.

 

  • getActivityDefId- returns the ID of the currently performedtask definition.
    • Function parameter: null
    • Function result:

Type

Description

String

The definition ID of the currently performedtask.

 

  • getActivityId- returns the ID of the currently performedtask.
    • Function parameter: null
    • Function result:

Type

Description

Object

ID of the currently being performed task

 

  • getProcessName- returns the translated process name.
    • Function parameter: null
    • Function result:

Type

Description

String

Translated name of the current process

 

  • getActivityName- returns the translated name of the task being performed.
    • Function parameter: null
    • Function result:

Type

Description

String

The translated name of the current process