EndpointMutations
No description
type EndpointMutations {
createEndpoint(
name: String!
description: String!
): ProcessData
deleteEndpoint(
processId: Long!
): Boolean
}
Fields
EndpointMutations.createEndpoint ● ProcessData object
Create an Endpoint: a kind='endpoint' process, unpaused, with a draft workflow seeded with a Webhook Trigger
EndpointMutations.createEndpoint.name ● String! non-null scalar
Unique within the org, across processes AND endpoints
EndpointMutations.createEndpoint.description ● String! non-null scalar
EndpointMutations.deleteEndpoint ● Boolean scalar
Delete an endpoint and its process
EndpointMutations.deleteEndpoint.processId ● Long! non-null scalar
Returned By
endpoints mutation