All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rkflow.workflow-web.1.6.3.source-code.workflow_engine_messages.properties Maven / Gradle / Ivy

Go to download

Telekom-workflow-engine web console, REST services and JMX interface for monitoring and interacting with the running engine.

The newest version!
header.title=Workflow engine console
header.logo=logo
header.name=Workflow engine console
header.logout=(Log out)

menu.status=Engine status
menu.definitions=Workflows
menu.create=Create instances

login.title=Login
login.failed=Login failed
login.expired=Session expired, please login
login.username=Username
login.password=Password
login.btn=Login

workflowinstance=Workflow instance
workflowinstance.refnum=ID
workflowinstance.name=Workflow definition
workflowinstance.version=Workflow version
workflowinstance.nameandversion=Workflow definition : version
workflowinstance.keephistory=Keep history
workflowinstance.archivePeriodLength=Archive period
workflowinstance.workflowversion.latest=latest
workflowinstance.label1=Label 1
workflowinstance.label2=Label 2
workflowinstance.cluster=Cluster
workflowinstance.node=Node
workflowinstance.status=Status
workflowinstance.locked=Locked
workflowinstance.locked.true=yes
workflowinstance.locked.false=no
workflowinstance.arguments=Arguments
workflowinstance.created=Created
workflowinstance.lastupdated=Last updated

workflowinstance.status.facade.ACTIVE=Active
workflowinstance.status.facade.ERROR=Error
workflowinstance.status.facade.SUSPENDED=Suspended
workflowinstance.status.facade.EXECUTED=Executed
workflowinstance.status.facade.ABORTED=Aborted

workflowinstance.status.facadedetailed.ACTIVE=Active [{0}]
workflowinstance.status.facadedetailed.ERROR=Error [{0}]
workflowinstance.status.facadedetailed.SUSPENDED=Suspended [{0}]
workflowinstance.status.facadedetailed.ABORTED=Aborted [{0}]
workflowinstance.status.facadedetailed.EXECUTED=Executed [{0}]

status.mbean=MBean
status.name=Name
status.description=Description
status.value=Value

workflow.definitions.title=Workflow definitions and instance counts
workflow.definitions.name=Workflow definition

workflow.search.name=Definition
workflow.search.name.all=- All definitions -
workflow.search.status=Status
workflow.search.status.all=- All statuses -
workflow.search.id=ID
workflow.search.label1=Label 1
workflow.search.label2=Label 2
workflow.search.search=Search
workflow.search.message.empty.filter=Empty filter is not allowed
workflow.search.error.invalid.id=ID has to be a single numeric value or list of comma separated numeric values!

workflow.instances.title=Workflow instances
workflow.instances.nextduedate=Next timer due date
workflow.instances.humantask=Has human task?
workflow.instances.humantask.true=yes
workflow.instances.humantask.false=no
workflow.instances.action.selected.label=You have selected {0} instances, available batch operations:
workflow.instances.action.abort.confirm=Select OK to abort selected instances.
workflow.instances.action.success=Action performed successfully!
workflow.instances.action.error.unexpectedstatus=Could not perform action on all selected instances, some workflow instance's status was changed in the meanwhile!

workflow.instance.details.title=Workflow instance
workflow.instance.workitem.title=Work items
workflow.instance.workitem.refnum=ID
workflow.instance.workitem.tokenid=Token ID
workflow.instance.workitem.status=Status
workflow.instance.workitem.signal=Signal [event]
workflow.instance.workitem.timer=Timer [due date]
workflow.instance.workitem.task=Task [bean / method]
workflow.instance.workitem.humantask=Human Task [role / user]
workflow.instance.workitem.arguments=Arguments
workflow.instance.workitem.result=Result
workflow.instance.workitem.action=Action
workflow.instance.workitem.action.TIMER=Skip
workflow.instance.workitem.action.SIGNAL=Send
workflow.instance.workitem.action.TASK=Submit
workflow.instance.workitem.action.HUMAN_TASK=Submit
workflow.instance.workitem.empty=The work item list is empty.
workflow.instance.environment.title=Environment
workflow.instance.environment.attribute=Attribute
workflow.instance.environment.value=Value
workflow.instance.environment.empty=The environment is empty.
workflow.instance.token.title=Tokens
workflow.instance.token.empty=The token list is empty.
workflow.instance.token.id=ID
workflow.instance.token.parentid=Parent ID
workflow.instance.token.nodeid=Node ID
workflow.instance.token.active=Is active?
workflow.instance.token.active.true=yes
workflow.instance.token.active.false=no
workflow.instance.history.title=Execution History
workflow.instance.history.empty=The execution history is empty.
workflow.instance.error.title=Execution error
workflow.instance.error.start=The following error occurred while starting the workflow instance: 
workflow.instance.error.abort=The following error occurred while handling the workflow item {0}: 
workflow.instance.error.complete=The following error occurred while starting the workflow instance: 
workflow.instance.action.abort=Abort
workflow.instance.action.abort.confirm=Select OK to confirm aborting the instance.
workflow.instance.action.abort.success=Requested to abort this workflow instance!
workflow.instance.action.resume=Resume
workflow.instance.action.resume.success=Resumed this workflow instance!
workflow.instance.action.suspend=Suspend
workflow.instance.action.suspend.success=Suspended this workflow instance!
workflow.instance.action.retry=Retry
workflow.instance.action.retry.success=Requested to retry the failed operation on this workflow instance!
workflow.instance.action.error.unexpectedstatus=Could not perform action, because the workflow instance's status changed in the meanwhile!
workflow.instance.action.error.unknownaction=Unknown action: {0}

workflow.item.title.SIGNAL=Signal
workflow.item.title.TIMER=Timer
workflow.item.title.TASK=Task
workflow.item.title.HUMAN_TASK=Human task
workflow.item.description.SIGNAL=Send the signal with the given argument?
workflow.item.description.TIMER=Skip waiting for the timer by changing the due date to the current time?
workflow.item.description.TASK=Submit the task with the given result?
workflow.item.description.HUMAN_TASK=Submit the human task with the given result?
workflow.item.resultlabel.SIGNAL=Arguments
workflow.item.resultlabel.TASK=Result
workflow.item.resultlabel.HUMAN_TASK=Result
workflow.item.action.SIGNAL=Send
workflow.item.action.TIMER=Skip
workflow.item.action.TASK=Submit
workflow.item.action.HUMAN_TASK=Submit
workflow.item.cancel=Cancel
workflow.item.success.SIGNAL=Sent the signal!
workflow.item.success.TIMER=Skipped the timer!
workflow.item.success.TASK=Submitted the task!
workflow.item.success.HUMAN_TASK=Submitted the human task!
workflow.item.error.status=Cannot modify the work item, because its status is not NEW!
workflow.item.error.result.SIGNAL=If specified, the arguments must be a valid JSON object!
workflow.item.error.result.TASK=If specified, the result must be a valid JSON object!
workflow.item.error.result.HUMAN_TASK=If specified, the result must be a valid JSON object!
workflow.item.error.action.SIGNAL=The following error occurred while sending the signal: {0}
workflow.item.error.action.TIMER=The following error occurred while skipping the timer: {0}
workflow.item.error.action.TASK=The following error occurred while submitting the task: {0}
workflow.item.error.action.HUMAN_TASK=The following error occurred while submitting the human task: {0}

workflow.create.single.title=Create workflow instance
workflow.create.single.action=Create
workflow.create.single.syntax=Arguments must be provided in JSON format. Whenever deserializing a field's value would be ambigious, its type needs to be provided. Therefore, the field's value is encoded as a JSON object with a "c" field providing the Java class name and a "v" field providing the value's JSON representation. Some examples:
{
  "maacRefNum": "12345678",
  "waitToDate": { "c": "java.util.Date", "v": "28.01.2015 13:14:15.16"},
  "isEmtClient": true,
  "susgs": { "c": "String[]", "v": ["123001", "123002", "123003"] },
  "maacVo": { "c" : "ee.emt.xgate.component.client.model.MaacVO" , "v" : { "maacName" : "Kopter, Heli", "maacIdNum" : "123000" , "partRegNum" : null /*, ....*/}
}

workflow.create.single.success=Created workflow instance with id: workflow.create.single.error.unknown=Unknown error: {0} workflow.create.single.error.workflowname=A non-empty workflow definition is required! workflow.create.single.error.workflowversion=If specified, the workflow version must be a number! workflow.create.single.error.arguments=If specified, the arguments must be a valid JSON object! workflow.create.batch.title=Create workflow instances workflow.create.batch.request=Batch Request workflow.create.batch.action=Create all workflow.create.batch.syntax=The batch request must be a JSON array where each element is an object with the following fields: workflowName (required, string), workflowVersion (optional, integer), label1 (optional, string), label2 (optional, string), arguments (optional, object).

For example:
[ {"workflowName": "credit.step.1", "workflowVersion": 1, "label1": "important"},
  {"workflowName": "credit.step.2", "workflowVersion": 3, "arguments": {"clientId": "4000"}} ]

workflow.create.batch.success=Created workflow instances with ids: workflow.create.batch.error.empty=The batch request must not be empty! workflow.create.batch.error.workflowname=At least one array element is missing a workflowName element or the workflowName is not known! workflow.create.batch.error.syntax=The given JSON does not comply with the expected syntax!




© 2015 - 2024 Weber Informatics LLC | Privacy Policy