页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

获取流程实例ID:SSR_GetCurrentFlowProperty(‘instanceId’"instanceId")

获取流程创建者:SSR_GetCurrentFlowProperty(‘creator’"creator")

获取流程状态:SSR_GetCurrentFlowProperty("status")

获取流程下一个状态:SSR_GetCurrentFlowProperty(‘status’"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")

image2020-9-7_15-19-35.png