Get the time taken for a workflow to reach its current state from the time it started execution

get.workflow.time.elapsed(server, workflow_id)

Arguments

server

Server object obtained using the connect() function

workflow_id

ID of the PEcAn workflow whose details are needed

Value

An object containing the most recent step of the workflow, its status along with the total time taken for execution till the step (in seconds)

Author

Tezan Sahu