Description Public fields Methods
Process graph
Process graph
process_graph_id
Id of the process graph
process_graph
Attached process graph
title
Title of the corresponding job
description
Description fo the corresponding job
new()
Initialize process graph
ProcessGraph$new( process_graph_id = NA, process_graph = NULL, title = NA, description = NA )
process_graph_id
Id of the process graph
process_graph
Attached process graph
title
Title of process graph
description
Description of the process graph
load()
Attach corresponding process graph
ProcessGraph$load()
store()
Attach process graph to the Session
ProcessGraph$store()
buildExecutableProcessGraph()
Call the private function loadProcess with given process graph and job
ProcessGraph$buildExecutableProcessGraph(job = NULL)
job
Current job
Executable process
Make an executable process for the given graph
param graph_list Graph to load the corresponding process param job Attach the job to the process
clone()
The objects of this class are cloneable with this method.
ProcessGraph$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.