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