processExecute
Execute a process.
The processExecute mutation accepts the following input: ProcessExecuteInput.
An example of the request is as follows:
mutation executeProcess {
processExecute(
input: {
atomId: "8fa55714-8e5e-45f1-xxxx-f57f2000f464"
processId: "6e79aead-40d4-xxxx-9037-4370a86cc2f1"
}
)
}
processExecute(
input: ProcessExecuteInput!
): String
Arguments
processExecute.input ● ProcessExecuteInput! non-null input catalog-service
Type
String scalar miscellaneous
The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
Was this topic helpful?