Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ScheduledActivity

Details of scheduled activity.

Properties

Optional actions

actions: Array<Action>

List of actions

Optional delayInHours

delayInHours: undefined | number

Cumulative delay hours Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

displayName

displayName: string

scheduled activity display name, can be renamed.

fusionEnvironmentId

fusionEnvironmentId: string

FAaaS Environment Identifier.

id

id: string

Unique identifier that is immutable on creation.

Optional lifecycleDetails

lifecycleDetails: LifecycleDetails

A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

lifecycleState

lifecycleState: LifecycleState

The current state of the scheduledActivity.

runCycle

runCycle: RunCycle

run cadence.

scheduledActivityAssociationId

scheduledActivityAssociationId: string

The unique identifier that associates a scheduled activity with others in one complete maintenance. For example, with ZDT, a complete upgrade maintenance includes 5 scheduled activities - PREPARE, EXECUTE, POST, PRE_MAINTENANCE, and POST_MAINTENANCE. All of them share the same unique identifier - scheduledActivityAssociationId.

scheduledActivityPhase

scheduledActivityPhase: ScheduledActivityPhase

A property describing the phase of the scheduled activity.

serviceAvailability

serviceAvailability: ServiceAvailability

Service availability / impact during scheduled activity execution up down

Optional timeCreated

timeCreated: Date

The time the scheduled activity record was created. An RFC3339 formatted datetime string.

timeExpectedFinish

timeExpectedFinish: Date

Current time the scheduled activity is scheduled to end. An RFC3339 formatted datetime string.

Optional timeFinished

timeFinished: Date

The time the scheduled activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.

timeScheduledStart

timeScheduledStart: Date

Current time the scheduled activity is scheduled to start. An RFC3339 formatted datetime string.

Optional timeUpdated

timeUpdated: Date

The time the scheduled activity record was updated. An RFC3339 formatted datetime string.

Functions

getDeserializedJsonObj

getJsonObj