nevermined_sdk_py.agreement_events.computeExecution module

nevermined_sdk_py.agreement_events.computeExecution.execute_computation(event, agreement_id, did, service_agreement, consumer_account, consume_callback, workflow_did)

Consumption of an asset after get the event call.

Parameters
  • event – AttributeDict with the event data.

  • agreement_id – id of the agreement, hex str

  • did – DID, str

  • service_agreement – ServiceAgreement instance

  • consumer_account – Account instance of the consumer

  • consume_callback

  • secret_store_url – str URL of secret store node for retrieving decryption keys

  • parity_url – str URL of parity client to use for secret store encrypt/decrypt

  • downloads_path – str path to save downloaded files