Indicates that a concept has completed a transactional flow and should be tracked accordingly. The outputs from the Commit action type (as defined in your action) should be marked as activity. Once in that state, the concept can be used as an input for these action types: RefreshActivity, UpdateActivity and CancelActivity.
Beyond tagging the concept, you must also define activity-support logic for transaction updates within a activity.bxb file.
You can learn more about Transactional Workflows.
structure (Receipt) {
property (order) {
type (Order)
min (Required)
max (Many)
}
property (orderState) {
type (OrderState)
min (Required)
}
property(statusRefreshTime) {
type(time.DateTime)
visibility(Private)
min (Required)
}
features {activity}
}| time optional | A required field that represents the point in time where you want to "anchor" the activity |
Copyright 2026 Samsung All rights reserved