createTransitionChangeSet(
args
):Promise
<{id
:LixGenerated
<string
>;metadata?
:null
|Record
<string
,any
>; }>
Creates a change set that enables a transition from a source state
(defined by sourceChangeSet
) to a target state (defined by targetChangeSet
).
Applying the returned change set to the source state will result in a state that matches the target state.
Pick
<ChangeSet
, "id"
>
Pick
<ChangeSet
, "id"
>
Promise
<{ id
: LixGenerated
<string
>; metadata?
: null
| Record
<string
, any
>; }>