Skip to end of metadata
Go to start of metadata

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

 

  • getActivityDelegations - returns information about substitutions in the performed task.
    • Function parameter: null
    • Function result:

 

Type

Description

String

Substitution information in JSON format

 

 

  • isExecutedBySubstitute - returns information whether the task is executed by substitute
    • Function parameter: null
    • Function result:

 

TypeDescription
Boolean 

 

 

 

  • No labels