CallbackOutput | R Documentation |
Output for a callback step.
output_name
The output name
output_type
The output type
new()
Initialize CallbackOutput class
CallbackOutput$new(output_name, output_type = CallbackOutputTypeEnum$String)
output_name
(str): The output name
output_type
(CallbackOutputTypeEnum): The output type
to_request()
Get the request structure for workflow service calls.
CallbackOutput$to_request()
expr()
The 'Get' expression dict for a 'CallbackOutput'.
CallbackOutput$expr(step_name)
step_name
(str): The name of the step the callback step associated with this output belongs to.
format()
format class
CallbackOutput$format()
clone()
The objects of this class are cloneable with this method.
CallbackOutput$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.