fix(workflow-types): minor import fix
This commit is contained in:
parent
b7dec2f1d0
commit
b19c1b31b7
@ -1,6 +1,6 @@
|
||||
module Model.Types.Workflow where
|
||||
|
||||
import Import
|
||||
import Import.NoModel
|
||||
|
||||
data WorkflowGraphNodeStatus = WGNS
|
||||
{ wgnsIdent :: CI Text
|
||||
@ -27,7 +27,7 @@ type WorkflowEdgePayloadLabel = CI Text
|
||||
data WorkflowGraphEdge = WGE
|
||||
{ wgeActors :: () -- TODO
|
||||
, wgeTarget :: WorkflowGraphNode
|
||||
, wgeForm :: Map Text (FieldType, FieldSettings UniWorX)
|
||||
--, wgeForm :: Map Text (FieldType, FieldSettings UniWorX)
|
||||
, wgePayload :: Map WorkflowEdgePayloadLabel WorkflowEdgePayload
|
||||
}
|
||||
deriving (Eq, Ord, Show, Read, Data, Generic, Typeable)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user