WorkflowModelProperties interface

Workflow model properties.

Properties

activityId

Gets or sets the workflow activity id. NOTE: This property will not be serialized. It can only be populated by the server.

allowedActions

Gets or sets the list of allowed actions on the workflow. NOTE: This property will not be serialized. It can only be populated by the server.

customProperties

Workflow model custom properties.

displayName

Gets or sets the friendly display name. NOTE: This property will not be serialized. It can only be populated by the server.

endTime

Gets or sets the end time. NOTE: This property will not be serialized. It can only be populated by the server.

errors

Gets or sets the list of errors. NOTE: This property will not be serialized. It can only be populated by the server.

objectId

Gets or sets the affected object Id. NOTE: This property will not be serialized. It can only be populated by the server.

objectInternalId

Gets or sets the affected object internal Id. NOTE: This property will not be serialized. It can only be populated by the server.

objectInternalName

Gets or sets the affected object internal name. NOTE: This property will not be serialized. It can only be populated by the server.

objectName

Gets or sets the affected object name. NOTE: This property will not be serialized. It can only be populated by the server.

objectType

Gets or sets the object type. NOTE: This property will not be serialized. It can only be populated by the server.

replicationProviderId

Gets or sets the replication provider. NOTE: This property will not be serialized. It can only be populated by the server.

sourceFabricProviderId

Gets or sets the source fabric provider. NOTE: This property will not be serialized. It can only be populated by the server.

startTime

Gets or sets the start time. NOTE: This property will not be serialized. It can only be populated by the server.

state

Gets or sets the workflow state. NOTE: This property will not be serialized. It can only be populated by the server.

targetFabricProviderId

Gets or sets the target fabric provider. NOTE: This property will not be serialized. It can only be populated by the server.

tasks

Gets or sets the list of tasks. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

activityId

Gets or sets the workflow activity id. NOTE: This property will not be serialized. It can only be populated by the server.

activityId?: string

Property Value

string

allowedActions

Gets or sets the list of allowed actions on the workflow. NOTE: This property will not be serialized. It can only be populated by the server.

allowedActions?: string[]

Property Value

string[]

customProperties

Workflow model custom properties.

customProperties: WorkflowModelCustomPropertiesUnion

Property Value

displayName

Gets or sets the friendly display name. NOTE: This property will not be serialized. It can only be populated by the server.

displayName?: string

Property Value

string

endTime

Gets or sets the end time. NOTE: This property will not be serialized. It can only be populated by the server.

endTime?: Date

Property Value

Date

errors

Gets or sets the list of errors. NOTE: This property will not be serialized. It can only be populated by the server.

errors?: ErrorModel[]

Property Value

objectId

Gets or sets the affected object Id. NOTE: This property will not be serialized. It can only be populated by the server.

objectId?: string

Property Value

string

objectInternalId

Gets or sets the affected object internal Id. NOTE: This property will not be serialized. It can only be populated by the server.

objectInternalId?: string

Property Value

string

objectInternalName

Gets or sets the affected object internal name. NOTE: This property will not be serialized. It can only be populated by the server.

objectInternalName?: string

Property Value

string

objectName

Gets or sets the affected object name. NOTE: This property will not be serialized. It can only be populated by the server.

objectName?: string

Property Value

string

objectType

Gets or sets the object type. NOTE: This property will not be serialized. It can only be populated by the server.

objectType?: string

Property Value

string

replicationProviderId

Gets or sets the replication provider. NOTE: This property will not be serialized. It can only be populated by the server.

replicationProviderId?: string

Property Value

string

sourceFabricProviderId

Gets or sets the source fabric provider. NOTE: This property will not be serialized. It can only be populated by the server.

sourceFabricProviderId?: string

Property Value

string

startTime

Gets or sets the start time. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: Date

Property Value

Date

state

Gets or sets the workflow state. NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

Property Value

string

targetFabricProviderId

Gets or sets the target fabric provider. NOTE: This property will not be serialized. It can only be populated by the server.

targetFabricProviderId?: string

Property Value

string

tasks

Gets or sets the list of tasks. NOTE: This property will not be serialized. It can only be populated by the server.

tasks?: TaskModel[]

Property Value