Skip to content

arcalot/arcaflow-plugin-template-python

Repository files navigation

Python Plugin Template

This plugin serves as a template from which new plugins can be built.

Autogenerated Input/Output Documentation by Arcaflow-Docsgen Below

Hello world! (hello-world)

Says hello :)

Input

Type:scope
Root object:InputParams
Properties
name (string)
Required:Yes
Type:string
Minimum length:1
Objects
InputParams (object)
Type:object
Properties
name (string)
Required:Yes
Type:string
Minimum length:1

Outputs

error

Type:scope
Root object:ErrorOutput
Properties
error (string)
Required:Yes
Type:string
Objects
ErrorOutput (object)
Type:object
Properties
error (string)
Required:Yes
Type:string

success

Type:scope
Root object:SuccessOutput
Properties
message (string)
Required:Yes
Type:string
Objects
SuccessOutput (object)
Type:object
Properties
message (string)
Required:Yes
Type:string