mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-25 08:58:50 +00:00
10 lines
199 B
Go
10 lines
199 B
Go
package temporal
|
|
|
|
type ActivityProcessCheckOutcomeParam struct {
|
|
Outcome string
|
|
}
|
|
|
|
type ActivityProcessCheckOutcomeResult struct {
|
|
}
|
|
|
|
const ActivityProcessCheckOutcomeName = "PROCESS_CHECK_OUTCOME"
|