Skip to main content

Interface: IActivityExecutionOutcome

activity.v1.IActivityExecutionOutcome

Properties of an ActivityExecutionOutcome.

Hierarchy

Properties

failure

Optional failure: null | $Properties

The failure if the activity completed unsuccessfully.

Inherited from

$Properties.failure


result

Optional result: null | $Properties

The result if the activity completed successfully.

Inherited from

$Properties.result


retryState

Optional retryState: null | RetryState

The retry state associated with an unsuccessful activity execution. This field is only meaningful when failure is set.

Inherited from

$Properties.retryState


value

Optional value: "failure" | "result"

ActivityExecutionOutcome value

Inherited from

$Properties.value