@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
28 lines (26 loc) • 447 B
JavaScript
/**
* The snapshot of workflow.
*/
export class PersistentWorkflowSnapshot {
/**
* The version number.
*/
version;
/**
* The instance ID.
*/
instanceId;
/**
* The work item ID.
*/
workItemId;
/**
* The work item state.
*/
workItemState;
/**
* The persistent data for work item.
*/
workItemData;
}
//# sourceMappingURL=persistent-workflow-snapshot.js.map