...
数据集系统函数用于获取当前流程属性,可用于数据集Where子句,过滤出属于该流程的数据。
流程属性包括:流程实例ID、流程创建者、流程状态、流程开始时间、流程结束时间。
1电子表格系统函数
函数名:SSR_GetCurrentFlowProperty()
...
获取流程实例ID:SSR_GetCurrentFlowProperty(‘instanceId’"instanceId")
获取流程创建者:SSR_GetCurrentFlowProperty(‘creator’"creator")
获取流程状态:SSR_GetCurrentFlowProperty(‘status’"status")
获取流程下一个状态:SSR_GetCurrentFlowProperty("next_status")
获取创建时间:SSR_GetCurrentFlowProperty(‘create"create_time’time")
获取结束时间:SSR_GetCurrentFlowProperty(‘end"end_time’time")
2数据集系统函数
函数名:GetCurrentFlowProperty()
...
获取流程实例ID:GetCurrentFlowProperty(‘instanceId’"instanceId")
获取流程创建者:GetCurrentFlowProperty(‘creator’"creator")
获取流程状态:GetCurrentFlowProperty(‘status’"status")
获取流程下一个状态:GetCurrentFlowProperty("next_status")
获取创建时间:GetCurrentFlowProperty(‘create"create_time’time")
获取结束时间:GetCurrentFlowProperty(‘end"end_time’time")