INPUT_OBJECT
CreateFlow
link GraphQL Schema definition
1 input CreateFlow { 3 2 : ID 5 4 : String 7 6 : String 10 8 # The engine category 9 : ID 14 11 # Optional application id for linked applications. This will be used to access 12 # the default module pallete. 13 : ID 25 15 # Optional automate flow template id. Flow templates can be queried using the 16 # flowTemplates call. 17 # By default, if templateId is not provided (or is left empty), 18 # the engine will be created with the default flow "aiWare Workflow Base Template" 19 # (id: "40b2b9b4-28bf-4e5e-b3e9-3c45dc40bb22"). 20 # This must be an actual 21 # template id such as '36' for 'Support Call Analytics Reporter'. An engineId will 22 # not fail 23 # but it will create a blank flow. 24 : ID 28 26 # The engine deployment model. See the DeploymentModel enum for options. 27 : String 31 29 # JWT rights for engine, which is used for generating jwtToken rights later 30 : JSONData 34 32 # packages containing automate resources(automateNode, automatePalette) 33 : [String] 37 35 # This is specifically to get the node-red image related to the cluster. 36 : String 38 }
link Required by
This element is not required by anyone