The match pattern evaluated to decide which action is being confirmed. You must use the confirming
link in the match pattern. The confirmation-view
child keys on-confirm
and on-abort
both scope to this defined match pattern.
The Confirmation node that this is being matched on must be a Boolean type that can be used to confirm the action
match {
core.Confirmation {
confirming {
CommitOrder (action)
}
}
}
any optional | Use the wildcard underscore (_) to match any node, regardless of its type |
Copyright 2025 Samsung All rights reserved