Versions in this module Expand all Collapse all v1 v1.0.2 Sep 22, 2023 Changes in this version + type Flow struct + Attrs map[string]interface{} + FlowURI string + Links map[int]*Link + NewFlow bool + ReturnData map[string]interface{} + Status int + SubflowId int + TaskId string + Tasks map[string]*Task + type Link struct + ChgType Type + From string + Status int + To string + type Queue struct + ChgType Type + SubflowId int + TaskId string + type Task struct + ChgType Type + Input map[string]interface{} + Status int + type Type int + const Add + const Delete + const Update