User: ciuser1 clicked save for shared/local-date-and-time/shared_local_date_time.bpmn
This commit is contained in:
parent
351bf7fd8e
commit
ace140148d
|
@ -8,7 +8,7 @@
|
|||
<bpmn:scriptTask id="Activity_Get_Local_Date_Time" name="Get Local Date and Time" scriptFormat="python">
|
||||
<bpmn:incoming>Flow_1al74ve</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0xa8fic</bpmn:outgoing>
|
||||
<bpmn:script>
|
||||
<bpmn:script>import datetime
|
||||
|
||||
local_date_time_obj = datetime.utcnow()
|
||||
local_date_str = local_date_time_obj.strftime('%Y-%m-%d')
|
||||
|
|
Loading…
Reference in New Issue