Cloud Function - Helper Classes

OverallResult

The top level result which can be returned as part of a cloud function execution.

Value


Description

outcome

Outcome

The overall outcome to be attributed to the Cloud Function execution.

results

dict

The individual results which form the overall results of the Cloud Function execution. This can be one or more Results.

Result

An individual result that is used to create an overall result.

Value

Type

Description

name

str

A name of the result.

The more info is used when viewing the Process Instance to identify the Result.

outcome

Outcome

The outcome of the result - see Outcome

moreInfo

str

More information about the outcome of the result.

The more info is used when viewing the Process Instance to provide additional detail about the Result.

Outcome

An enumeration of possible outcomes. Outcomes are set as part of Result and OverallResult

Value

Description

APPROVE

Marks an a Result or OverallResult as being approved.

DECLINE

Marks an a Result or OverallResult as being declined.

REVIEW

Reserved for future use.

NA

Marks an a Result or OverallResult as being not applicable.