temporalio-workflow 0.5.0

Temporal Rust workflow authoring surface
Documentation
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);
}