ActionTemplate

ActionTemplate
ActionTemplate

Model representing an ABX action template

JSON Example
{
    "actionType": "string",
    "createdMillis": 0,
    "dependencies": "string",
    "description": "string",
    "id": "string",
    "name": "string",
    "orgId": "string",
    "runtime": "string",
    "source": "string"
}
string
actionType
Optional

Type of the action

Possible values are : SCRIPT, REST_CALL, REST_POLL, FLOW,
integer As int64 As int64
createdMillis
Optional

Creation time in millis

string
dependencies
Optional

Dependencies needed for the code execution

string
description
Optional

Description of the action

string
id
Optional

ID of the resource

object
inputs
Optional

Map defining the inputs of the action

string
name
Optional

Name of the resource

string
orgId
Optional

Org ID of the resource

string
runtime
Optional

Runtime of the action (python, nodejs, etc...)

string
source
Optional

Source of the action as string