Cloud Function - Helper Classes

OverallResult

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

ValueDescription
outcomeOutcomeThe overall outcome to be attributed to the Cloud Function execution.
resultsdictThe 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.

ValueTypeDescription
namestr

A name of the result.

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

outcomeOutcomeThe outcome of the result - see Outcome
moreInfostr

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

ValueDescription
APPROVEMarks an a Result or OverallResult as being approved.
DECLINEMarks an a Result or OverallResult as being declined.
REVIEWReserved for future use.
NAMarks an a Result or OverallResult as being not applicable.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard