Skip to main content

Interface: IResolveActivity

coresdk.workflow_activation.IResolveActivity

Properties of a ResolveActivity.

Hierarchy

Properties

isLocal

Optional isLocal: null | boolean

Set to true if the resolution is for a local activity. This is used internally by Core and lang does not need to care about it.

Inherited from

$Properties.isLocal


result

Optional result: null | $Properties

ResolveActivity result

Inherited from

$Properties.result


seq

Optional seq: null | number

Sequence number as provided by lang in the corresponding ScheduleActivity command

Inherited from

$Properties.seq