ControlGroup
Implements
Connections
ControlConnection
)
Controls
Argument | Type | Description |
---|---|---|
createdOn |
DateRange
|
|
updatedOn |
DateRange
|
|
ref |
[String!]
|
The reference identifier used to identify an entity |
type |
[String!]
|
|
workflowRef |
[String!]
|
|
workflowVersion |
[Int!]
|
|
status |
[String]
|
|
name |
[String]
|
Name |
description |
[String]
|
Description |
executionOrder |
[Int]
|
Order that this control is applied |
first |
Int
|
Returns the first n elements from the list |
last |
Int
|
Returns the last n elements from the list |
before |
String
|
Returns the elements in the list that come before the specified global ID |
after |
String
|
Returns the elements in the list that come after the specified global ID |
Fields
ID!
)
ID of the object. For internal use, should not be used externally or by any business logic
DateTime
)
Time of creation
DateTime
)
Time of last update
String!
)
The reference identifier used to identify an entity
String!
)
Type of the ControlGroup
, typically used by the Orchestration Engine to determine the workflow that should be applied. Unless stated otherwise, no values are enforced by the platform.
String
)
The current status of the ControlGroup
.
By default, the initial value will be CREATED, however no other status values are enforced by the platform.
The status field is also used within ruleset selection during orchestration. For more info, see Orchestration
String!
)
The reference used for workflow identification. This is defined by a combination of the entity name and the type, in the format [EntityName]::[Type]. For example, an Order of type CC will have the workflowRef "ORDER::CC".
Int!
)
The version of the workflow assigned to the entity and used for workflow identification. It comprises a major version and minor version number.
[Attribute]
)
List of Attribute containing meta data information for an entity
String
)
Name
String
)
Description
[String]
)
Retailer refs