2-1 Default Initializations
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
action (CheckStatus) {
type (RefreshActivity)
collect {
input (receipt) {
type (Receipt)
min (Required)
default-init {
intent {
goal: Receipt
}
}
}
}
output (Receipt)
}