Skip to main content

Interface: IWorkflowActivation

coresdk.workflow_activation.IWorkflowActivation

Properties of a WorkflowActivation.

Implemented by

Properties

availableInternalFlags

Optional availableInternalFlags: null | number[]

Internal flags which are available for use by lang. If is_replaying is false, all internal flags may be used. This is not a delta - all previously used flags always appear since this representation is cheap.


continueAsNewSuggested

Optional continueAsNewSuggested: null | boolean

Set true if the most recent WFT started event had this suggestion


deploymentVersionForCurrentTask

Optional deploymentVersionForCurrentTask: null | IWorkerDeploymentVersion

Set to the deployment version of the worker that processed this task, which may be empty. During replay this version may not equal the version of the replaying worker. If not replaying and this worker has a defined Deployment Version, it will equal that. It will also be empty for evict-only activations. The deployment name may be empty, but not the build id, if this worker was using the deprecated Build ID-only feature(s).


historyLength

Optional historyLength: null | number

Current history length as determined by the event id of the most recently processed event. This ensures that the number is always deterministic


historySizeBytes

Optional historySizeBytes: null | Long

The history size in bytes as of the last WFT started event


isReplaying

Optional isReplaying: null | boolean

Whether or not the activation is replaying past events


jobs

Optional jobs: null | IWorkflowActivationJob[]

The things to do upon activating the workflow


lastSdkVersion

Optional lastSdkVersion: null | string

The last seen SDK version from the most recent WFT completed event


runId

Optional runId: null | string

The id of the currently active run of the workflow. Also used as a cache key. There may only ever be one active workflow task (and hence activation) of a run at one time.


suggestContinueAsNewReasons

Optional suggestContinueAsNewReasons: null | SuggestContinueAsNewReason[]

Experimental. Optionally decide the versioning behavior that the first task of the new run should use. For example, choose to AutoUpgrade on continue-as-new instead of inheriting the pinned version of the previous run.


targetWorkerDeploymentVersionChanged

Optional targetWorkerDeploymentVersionChanged: null | boolean

True if Workflow's Target Worker Deployment Version is different from its Pinned Version and the workflow is Pinned. Experimental.


timestamp

Optional timestamp: null | ITimestamp

The current time as understood by the workflow, which is set by workflow task started events