SetUserMetadata replaces the user metadata attached to the given component.
(Component, *sdkpb.UserMetadata)
| 96 | SetRequestLinks(Component, string, []*commonpb.Link) error |
| 97 | // SetUserMetadata replaces the user metadata attached to the given component. |
| 98 | SetUserMetadata(Component, *sdkpb.UserMetadata) error |
| 99 | |
| 100 | // Get a Ref for the component |
| 101 | // This ref to the component state at the end of the transition |
no outgoing calls