Provides access to archived concepts by type. This typically means that these archived concepts are in the Activity stage of a transactional workflow. If you need to differentiate between different activities within a capsule, you need to set a specific $id
property. For more information, see Transactional Workflows.
var transaction = require('transaction');
Look up an archived concepts by type, with optional TransactionState
and limit
(default is 20). Archived concepts are ordered by descending date.
Kind: Static method of transaction
Access: Public
Param | Type | Description |
---|---|---|
type | String | The concept type to retrieve |
state | String | The activity state. You can specify one of the activity state keys, PENDING to indicate SCHEDULED or RELEVANT , or ALL to indicate all state s. Default is ALL . |
limit | Integer | The number of concepts to retrieve (You can retrieve as many as needed, but the default is 20.) |
Copyright 2022 Samsung All rights reserved