ProjectActivity Class

This object represents a Process Timeline Activity. It is derived from the ProcessTask Class and includes all of its properties, plus the additional properties below.

Properties

PROPERTY NAME

DATA TYPE

DESCRIPTION

ACTID

String

The ID of the Project activity

ACTINSTID

String

The ID of the Activity Instance

ActivityType

Integer

The type of activity, defined by the enum: public enum ActivityType

Possible Activity Types are as follows:

VALUE

EXPLANATION

0

Not set

1

User: Users are assigned to activity

2

Notify: Notify users

3

Process: A Workflow or Process Timeline is run for this activity

4

Script: A script is run for this activity

5

Custom Task: A Custom Task is run for this activity

6

Meta Data: Used to set the package to this meta data (with some options to copy form instance meta data)

7

Form: Used to attach a form and/or set the current form viewer for this project

8

Branch activity

9

Parent activity

10

End Timeline

11

Wait: Wait for time or condition

ActName

String

The name of the Project Activity

PRID

String

The ID of the Project Definition

PRINSTID

String

The Project Instance ID

Methods