expiredprocess EntityType

Expired Process Business Process Flow

Entity Set Path
[organization URI]/api/data/v9.2/expiredprocesses
Base Type
crmbaseentity
Display Name
Expired Process
Primary Key
businessprocessflowinstanceid
Primary Key Attribute
name
Operations Supported
POST GET PATCH DELETE

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
activestagestartedon Edm.DateTimeOffset

Date and time when current active stage is started.

Display Name: Active Stage Started On

businessprocessflowinstanceid Edm.Guid

Unique identifier for Expired Process bpf entity instances

Display Name: Expired Process Instance Id

completedon Edm.DateTimeOffset

Date and time when Business Process Flow instance is completed.

Display Name: Completed On

createdon Edm.DateTimeOffset

Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.

Display Name: Created On

Read Only
duration Edm.Int32

Duration the business process flow was active.

Display Name: Duration

Read Only
Is Computed
exchangerate Edm.Decimal

Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency.

Display Name: Exchange Rate

Read Only
importsequencenumber Edm.Int32

Unique identifier of the data import or data migration that created this record.

Display Name: Import Sequence Number

modifiedon Edm.DateTimeOffset

Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.

Display Name: Modified On

Read Only
name Edm.String

Process Name.

Display Name: Process Name

overriddencreatedon Edm.DateTimeOffset

Date and time that the record was migrated.

Display Name: Record Created On

statecode Edm.Int32

Shows whether the Delve action record is pending, completed, or tracking.

Display Name: Status

Default Options
Values Label
0 Active
1 Inactive
statuscode Edm.Int32

Select the delve action record status.

Display Name: Status Reason

Default Options
Values Label
1 Active
2 Finished
3 Aborted
traversedpath Edm.String

Traversed Path

Display Name: Comma delimited string of process stage ids that represent visited stages of the Business Process Flow instance.

versionnumber Edm.Int64

Version number of the business process instance.

Display Name: Version Number

Read Only

Lookup Properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_activestageid_value activestageid

Unique identifier of the active stage for the Business Process Flow instance.

_createdby_value createdbyname

Shows who created the record.

_createdonbehalfby_value createdonbehalfbyname

Shows who created the record on behalf of another user.

_knowledgearticleid_value knowledgearticleid

Unique identifier of the workflow associated to the Business Process Flow instance.

_modifiedby_value modifiedbyname

Shows who last updated the record.

_modifiedonbehalfby_value modifiedonbehalfbyname

Shows who last updated the record on behalf of another user.

_organizationid_value organizationid

Unique identifier of the organization with which the SDK message request is associated.

_processid_value processid

Unique identifier of the workflow associated to the Business Process Flow instance.

_transactioncurrencyid_value transactioncurrencyid

Choose the local currency for the record to make sure budgets are reported in the correct currency.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
activestageid processstage processstage_expiredprocess
createdbyname systemuser lk_expiredprocess_createdby
createdonbehalfbyname systemuser lk_expiredprocess_createdonbehalfby
knowledgearticleid knowledgearticle knowledgearticle_expiredprocess
modifiedbyname systemuser lk_expiredprocess_modifiedby
modifiedonbehalfbyname systemuser lk_expiredprocess_modifiedonbehalfby
organizationid organization organization_expiredprocess
processid workflow workflow_expiredprocess
transactioncurrencyid transactioncurrency transactioncurrency_expiredprocess

Collection-valued navigation properties

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name Type Partner
ExpiredProcess_ProcessSessions processsession regardingobjectid_expiredprocess
ExpiredProcess_SyncErrors syncerror regardingobjectid_ExpiredProcess_syncerror
workflowlogs_expiredprocess workflowlog ExpiredProcess_asyncoperationid

See also