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 {#atom-id}
The unique identifier of the runtime(atom) where the process will run.
ProcessExecuteInput.processId ● ID! non-null scalar miscellaneous {#process-id}
The process id to be executed.
ProcessExecuteInput.processName ● String scalar miscellaneous {#process-name}
The name of the process.
ProcessExecuteInput.environmentId ● ID scalar miscellaneous {#environment-id}
The unique ID of the environment where the process will run.
ProcessExecuteInput.environmentName ● String scalar miscellaneous {#environment-name}
The name of the environment where the process will run.
Member Of
processExecute mutation
Was this topic helpful?