mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 21:20:45 +00:00
changes to make script processes in api better
This commit is contained in:
@ -102,6 +102,8 @@ public class ScriptsMetaDataProvider
|
||||
{
|
||||
return (new QProcessMetaData()
|
||||
.withName(STORE_SCRIPT_REVISION_PROCESS_NAME)
|
||||
.withTableName(Script.TABLE_NAME)
|
||||
.withIsHidden(true)
|
||||
.withStepList(List.of(
|
||||
new QBackendStepMetaData()
|
||||
.withName("main")
|
||||
@ -118,6 +120,8 @@ public class ScriptsMetaDataProvider
|
||||
{
|
||||
return (new QProcessMetaData()
|
||||
.withName(TEST_SCRIPT_PROCESS_NAME)
|
||||
.withTableName(Script.TABLE_NAME)
|
||||
.withIsHidden(true)
|
||||
.withStepList(List.of(
|
||||
new QBackendStepMetaData()
|
||||
.withName("main")
|
||||
|
Reference in New Issue
Block a user