1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-01 07:45:40 +01:00

Update developers/compute-to-data/compute-workflow.md

Co-authored-by: Bogdan Fazakas <bogdan.fazakas@gmail.com>
This commit is contained in:
Ana 2023-10-25 18:22:02 +03:00 committed by GitHub
parent c998fa5344
commit 68c7cda42e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ Below, we'll outline each step in detail 📝
## Starting a C2D Job ## Starting a C2D Job
1. The consumer initiates a compute-to-data job by selecting the desired data asset and algorithm. 1. The consumer initiates a compute-to-data job by selecting the desired data asset and algorithm.
2. The provider checks the orders on the blockchain. 2. The provider checks the orders on the blockchain.
3. If the orders are valid, the provider can commence the compute flow. 3. If the orders for data asset, algorithm and compute environment fees are valid, the provider can commence the compute flow.
4. The provider informs the consumer of the job number's successful creation. 4. The provider informs the consumer of the job number's successful creation.
5. With the job ID and confirmation of the orders, the consumer starts the job by calling the operator service. 5. With the job ID and confirmation of the orders, the consumer starts the job by calling the operator service.
6. The operator service communicates with the operator engine to initiate a new job. 6. The operator service communicates with the operator engine to initiate a new job.