Base Classes

Action Model

Field

Type

Description

Example

Required

error

Boolean

Indicates if the action is executed correctly or not.

True

True

stdout

List(String)

Standard output of the action exection.

True

stderr

List(String)

Standard error of the action execution.

True

returncode

Integer

Return code of the action execution.

0

True

start

Datetime

Start datetime of the action execution.

True

end

Datetime

End datetime of the action execution.

True