ProcessExecuteInput
Input for execution of a process in a specific runtime.
input ProcessExecuteInput {
atomId: ID!
processId: ID!
processName: String
environmentId: ID
environmentName: String
}
Fields
ProcessExecuteInput.atomId ● ID! non-null scalar miscellaneous
The unique identifier of the runtime(atom) where the process will run.
ProcessExecuteInput.processId ● ID! non-null scalar miscellaneous
The process id to be executed.
ProcessExecuteInput.processName ● String scalar miscellaneous
The name of the process.
ProcessExecuteInput.environmentId ● ID scalar miscellaneous
The unique ID of the environment where the process will run.
ProcessExecuteInput.environmentName ● String scalar miscellaneous
The name of the environment where the process will run.
Member Of
processExecute mutation
Was this topic helpful?