AsynchronousProcess
AsynchronousProcess represents a potentially long running mutation that will complete as a background process after it has been triggered
This page contains
Fields
id: ID! | Identifier of the process, which allows clients to retrieve the latest status of an AsynchronousProcess |
triggeredOn: DateTime | triggeredOn provides the time when the process was triggered by the client |
startedOn: DateTime | startedOn provides the time when the process has actually begun execution |
completedOn: DateTime | completedOn provides the time when the process has completed its execution |
Types that implement AsynchronousProcess
CreateAdhocCreditMemoProcess PREVIEW | |
DownloadProcess | |
ProductPublicationProcess | Asynchronous product publication process |
ProductVariantsCreationProcess PREVIEW | Asynchronous ProductVariant creation process |
SetMarketplacePricesProcess | Meta data of the asynchronous process |
SetResellerCompanyPricesProcess | Meta data of the asynchronous process |