Action Object Structure
LCA object structure reference information
Property | Description | Type |
---|---|---|
name
|
Action name. The name will be used when executing the action. Should be unique within a tenant. | String |
type
|
Fully qualified action class. | String |
module
|
Path to the JAR file containing action class in S3 storage. | String |
state
|
State of action: active or inactive. | String |
description
|
Action description. | String |
updatedBy
|
User who updated the object. | String |
updatedTime
|
Timestamp when action was most recently updated, in milliseconds. | UTC timestamp |
Action Object Example
{
"name": "NpiCleanseAction",
"type": "com.reltio.lifecycle.actions.test.NpiCleanseAction",
"module": "life-cycle-actions/test/test.handlers-1.1.0-QA.jar",
"state": "active",
"description": "Life Cycle Actions for Cleansing NPI Attribute",
"updatedBy": "jdoe",
"updatedTime": 1440156159538
}