Example #1
0
 private WorkflowResource workflowFromObject(object obj)
 {
     return(WorkflowResource.FromJson(Json.Encode(obj)));
 }