998 workflow restore (#12417)
Add a post hook to restore workflow sub-entities
This commit is contained in:
@ -193,9 +193,11 @@ export const WORKFLOW_ACTIONS_CONFIG = inheritActionsFromDefaultConfig({
|
||||
SingleRecordActionKeys.REMOVE_FROM_FAVORITES,
|
||||
SingleRecordActionKeys.DELETE,
|
||||
SingleRecordActionKeys.DESTROY,
|
||||
SingleRecordActionKeys.RESTORE,
|
||||
SingleRecordActionKeys.EXPORT,
|
||||
MultipleRecordsActionKeys.DELETE,
|
||||
MultipleRecordsActionKeys.DESTROY,
|
||||
MultipleRecordsActionKeys.RESTORE,
|
||||
MultipleRecordsActionKeys.EXPORT,
|
||||
NoSelectionRecordActionKeys.SEE_DELETED_RECORDS,
|
||||
NoSelectionRecordActionKeys.HIDE_DELETED_RECORDS,
|
||||
|
||||
@ -7,7 +7,6 @@ export const SERVERLESS_FUNCTION_FRAGMENT = gql`
|
||||
description
|
||||
runtime
|
||||
timeoutSeconds
|
||||
syncStatus
|
||||
latestVersion
|
||||
latestVersionInputSchema
|
||||
publishedVersions
|
||||
|
||||
Reference in New Issue
Block a user