Workflow (v3)

Overview

Represents an approval workflow entity.

The Java entity name is WFWorkflow

Members

Member variables of the entity:

MemberType

Description

idStringUnique ID of the record
eidStringEnterprise ID (4 characters long identifier)
enabledbooleanIs the workflow active
nameStringHuman-readable name of the workflow
descriptionStringDescription of the workflow
autoApproveboolean

priorityIntegerSpecify the order how multiple workflows are executed
notifTeamplateIdIntegerThe ID of the assigned Notification template
notifTeamplateLangStringThe language code of the assigned Notification template
copyOfInteger
existsRequestboolean
stepsList<WorkflowStep>List of the individual steps of the current workflow
creationDateDateCreation date of the workflow
createdByIntegerThe ID of the user who created the workflow
createdByDisplayStringDisplay name of the user who created the workflow
lastModificationDateDateDate of the last modification
lastModifiedByIntegerThe ID of the user who modified the workflow at last time
lastModifiedByDisplayStringDisplay name of the user who modified the workflow at the last time