{{ processInfo.processName }}
{{ totalVersions }} total versions
{{ formatDate(currentVersion?.processModifiedDate || currentVersion?.processCreatedDate) }}
by {{ currentVersion?.creator?.userFullName || 'Unknown' }}
{{ formatDate(version.savedDate) }}
by {{ version.savedByUser?.userFullName || 'Unknown' }}
{{ JSON.stringify(previewData.processVariables, null, 2) }}
{{ JSON.stringify(previewData.processSettings, null, 2) }}
Select a version to preview its contents