1 2 3 4 5 6 7 8 9
package temporal:workflow-runtime@0.1.0; interface workflow-host { use types.{workflow-command}; set-current-details: func(details: string); push-command: func(command: workflow-command); }