Python Plugin Template Project

Image Building

You can change this plugin's image version tag in .github/workflows/carpenter.yaml by editing the IMAGE_TAG variable, and pushing that change to the branch designated in that workflow.

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