using JNPF.WorkFlow.Entitys.Dto.FlowEngine;
using JNPF.WorkFlow.Entitys.Dto.FlowTemplate;
namespace JNPF.WorkFlow.Interfaces.Service;
///
/// 流程设计.
///
public interface IFlowTemplateService
{
///
/// 发起列表.
///
///
Task> GetFlowFormList(int flowType, string userId = null);
}